Changeset 234585 in webkit


Ignore:
Timestamp:
Aug 5, 2018 5:44:55 PM (6 years ago)
Author:
rniwa@webkit.org
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:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r234584 r234585  
     12018-08-05  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Properties set on window.customElements can disappear due to GC
     4        https://bugs.webkit.org/show_bug.cgi?id=172575
     5
     6        Lexicologically sort the IDL attributes per Darin's comment.
     7
     8        * dom/CustomElementRegistry.idl:
     9
    1102018-08-05  Zalan Bujtas  <zalan@apple.com>
    211
  • trunk/Source/WebCore/dom/CustomElementRegistry.idl

    r234578 r234585  
    2626[
    2727    EnabledAtRuntime=CustomElements,
     28    GenerateIsReachable=ImplScriptExecutionContext,
    2829    JSGenerateToNativeObject,
    29     GenerateIsReachable=ImplScriptExecutionContext
    3030] interface CustomElementRegistry {
    3131    [CEReactions, Custom] void define(DOMString name, Function constructor);
Note: See TracChangeset for help on using the changeset viewer.