Title: [234585] trunk/Source/WebCore
Revision
234585
Author
[email protected]
Date
2018-08-05 17:44:55 -0700 (Sun, 05 Aug 2018)

Log Message

Properties set on window.customElements can disappear due to GC
https://bugs.webkit.org/show_bug.cgi?id=172575

Lexicologically sort the IDL attributes per Darin's comment.

* dom/CustomElementRegistry.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (234584 => 234585)


--- trunk/Source/WebCore/ChangeLog	2018-08-05 23:19:57 UTC (rev 234584)
+++ trunk/Source/WebCore/ChangeLog	2018-08-06 00:44:55 UTC (rev 234585)
@@ -1,3 +1,12 @@
+2018-08-05  Ryosuke Niwa  <[email protected]>
+
+        Properties set on window.customElements can disappear due to GC
+        https://bugs.webkit.org/show_bug.cgi?id=172575
+
+        Lexicologically sort the IDL attributes per Darin's comment.
+
+        * dom/CustomElementRegistry.idl:
+
 2018-08-05  Zalan Bujtas  <[email protected]>
 
         [LFC][BFC] contentHeightForFormattingContextRoot uses the wrong coordinate system to compute the height.

Modified: trunk/Source/WebCore/dom/CustomElementRegistry.idl (234584 => 234585)


--- trunk/Source/WebCore/dom/CustomElementRegistry.idl	2018-08-05 23:19:57 UTC (rev 234584)
+++ trunk/Source/WebCore/dom/CustomElementRegistry.idl	2018-08-06 00:44:55 UTC (rev 234585)
@@ -25,8 +25,8 @@
 
 [
     EnabledAtRuntime=CustomElements,
+    GenerateIsReachable=ImplScriptExecutionContext,
     JSGenerateToNativeObject,
-    GenerateIsReachable=ImplScriptExecutionContext
 ] interface CustomElementRegistry {
     [CEReactions, Custom] void define(DOMString name, Function constructor);
     any get(DOMString name);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to