[webkit-reviews] review granted: [Bug 180114] Alternative Presentation Button: Provide a way to query for the replaced elements : [Attachment 327796] Patch and layout test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 1 16:02:38 PST 2017


Tim Horton <thorton at apple.com> has granted Daniel Bates <dbates at webkit.org>'s
request for review:
Bug 180114: Alternative Presentation Button: Provide a way to query for the
replaced elements
https://bugs.webkit.org/show_bug.cgi?id=180114

Attachment 327796: Patch and layout test

https://bugs.webkit.org/attachment.cgi?id=327796&action=review




--- Comment #3 from Tim Horton <thorton at apple.com> ---
Comment on attachment 327796
  --> https://bugs.webkit.org/attachment.cgi?id=327796
Patch and layout test

View in context: https://bugs.webkit.org/attachment.cgi?id=327796&action=review

>
Source/WebKit/WebProcess/InjectedBundle/API/Cocoa/WKWebProcessPlugInFrame.mm:12
7
> +	   [nodeHandles.get()
addObject:wrapper(InjectedBundleNodeHandle::getOrCreate(element).get())];

No need for the first .get()


More information about the webkit-reviews mailing list