[webkit-reviews] review granted: [Bug 103542] [Chromium] Remove pluginsScriptableObject from PlatformSupport : [Attachment 176541] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 12:33:59 PST 2012


Adam Barth <abarth at webkit.org> has granted Mark Pilgrim (Google)
<pilgrim at chromium.org>'s request for review:
Bug 103542: [Chromium] Remove pluginsScriptableObject from PlatformSupport
https://bugs.webkit.org/show_bug.cgi?id=103542

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

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


> Source/WebCore/bindings/v8/ScriptController.cpp:524
> -    if (widget->isFrameView())
> +    if (widget->isPluginViewBase())

Don't we need a ! here?


More information about the webkit-reviews mailing list