RESOLVED FIXED Bug 139291
WKBundleCSSStyleDeclarationRef needs to be a real API::Object
https://bugs.webkit.org/show_bug.cgi?id=139291
Summary WKBundleCSSStyleDeclarationRef needs to be a real API::Object
Sam Weinig
Reported 2014-12-04 22:24:20 PST
WKBundleCSSStyleDeclarationRef needs to be a real API::Object
Attachments
Patch (14.55 KB, patch)
2014-12-04 22:29 PST, Sam Weinig
no flags
Patch (14.55 KB, patch)
2014-12-04 22:29 PST, Sam Weinig
mitz: review+
Sam Weinig
Comment 1 2014-12-04 22:29:17 PST
Sam Weinig
Comment 2 2014-12-04 22:29:47 PST
mitz
Comment 3 2014-12-04 22:56:44 PST
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?
Sam Weinig
Comment 4 2014-12-04 23:21:25 PST
(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.
Anders Carlsson
Comment 5 2014-12-05 10:29:43 PST
Note You need to log in before you can comment on or make changes to this bug.