WKBundleCSSStyleDeclarationRef needs to be a real API::Object
Created attachment 242618 [details] Patch
Created attachment 242619 [details] Patch
Comment on attachment 242619 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=242619&action=review > Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleCSSStyleDeclarationHandle.h:45 > + static PassRefPtr<InjectedBundleCSSStyleDeclarationHandle> create(WebCore::CSSStyleDeclaration&); This isn’t implemented anywhere?
(In reply to comment #3) > Comment on attachment 242619 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=242619&action=review > > > Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleCSSStyleDeclarationHandle.h:45 > > + static PassRefPtr<InjectedBundleCSSStyleDeclarationHandle> create(WebCore::CSSStyleDeclaration&); > > This isn’t implemented anywhere? Oops. I will remove it.
Committed r176849: <http://trac.webkit.org/changeset/176849>