Title: [204547] trunk/Source/WebCore
- Revision
- 204547
- Author
- [email protected]
- Date
- 2016-08-16 19:23:23 -0700 (Tue, 16 Aug 2016)
Log Message
Another Windows build fix attempt. The error message doesn't make any sense to me.
* bindings/js/JSCustomElementsRegistryCustom.cpp:
(WebCore::JSCustomElementsRegistry::define):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (204546 => 204547)
--- trunk/Source/WebCore/ChangeLog 2016-08-17 02:01:03 UTC (rev 204546)
+++ trunk/Source/WebCore/ChangeLog 2016-08-17 02:23:23 UTC (rev 204547)
@@ -1,5 +1,12 @@
2016-08-16 Ryosuke Niwa <[email protected]>
+ Another Windows build fix attempt. The error message doesn't make any sense to me.
+
+ * bindings/js/JSCustomElementsRegistryCustom.cpp:
+ (WebCore::JSCustomElementsRegistry::define):
+
+2016-08-16 Ryosuke Niwa <[email protected]>
+
Windows build fix attempt after r204540.
* bindings/js/JSBindingsAllInOne.cpp:
Modified: trunk/Source/WebCore/bindings/js/JSCustomElementsRegistryCustom.cpp (204546 => 204547)
--- trunk/Source/WebCore/bindings/js/JSCustomElementsRegistryCustom.cpp 2016-08-17 02:01:03 UTC (rev 204546)
+++ trunk/Source/WebCore/bindings/js/JSCustomElementsRegistryCustom.cpp 2016-08-17 02:23:23 UTC (rev 204547)
@@ -120,7 +120,7 @@
return jsUndefined();
QualifiedName name(nullAtom, localName, HTMLNames::xhtmlNamespaceURI);
- auto interface = JSCustomElementInterface::create(name, constructor, globalObject());
+ Ref<JSCustomElementInterface> interface = JSCustomElementInterface::create(name, constructor, globalObject());
auto* attributeChangedCallback = getLifecycleCallback(state, prototypeObject, Identifier::fromString(&vm, "attributeChangedCallback"));
if (state.hadException())
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes