[webkit-reviews] review granted: [Bug 76723] Switch indexeddb to use supplemental IDL for DOMWindow : [Attachment 123426] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 20 18:57:39 PST 2012


Adam Barth <abarth at webkit.org> has granted Mark Pilgrim (Google)
<pilgrim at chromium.org>'s request for review:
Bug 76723: Switch indexeddb to use supplemental IDL for DOMWindow
https://bugs.webkit.org/show_bug.cgi?id=76723

Attachment 123426: Patch
https://bugs.webkit.org/attachment.cgi?id=123426&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=123426&action=review


> Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.cpp:52
> +    Document* document = window->document();
> +    if (!document)
> +	   return 0;

We can probably remove this check, but that's something for a later patch.


More information about the webkit-reviews mailing list