[Webkit-unassigned] [Bug 103066] [V8] fix DOMWrapperWorld destructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 22 06:53:05 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103066





--- Comment #3 from Dan Carney <dcarney at google.com>  2012-11-22 06:55:08 PST ---
(From update of attachment 175664)
View in context: https://bugs.webkit.org/attachment.cgi?id=175664&action=review

>> Source/WebCore/bindings/v8/DOMWrapperWorld.cpp:85
>> +    ASSERT(!isMainWorld());
> 
> why is the assert and the if in the next line not using the same condition?

there is a third type of world - uninitialized, which is the target of the return statement

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list