Changeset 221048 in webkit


Ignore:
Timestamp:
Aug 22, 2017 2:31:33 PM (7 years ago)
Author:
Chris Dumez
Message:

[EnabledBySetting] in WebIDL uses Document but does not include Document.h
https://bugs.webkit.org/show_bug.cgi?id=175843

Reviewed by Sam Weinig.

  • bindings/scripts/CodeGeneratorJS.pm:

(GenerateImplementation):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r221046 r221048  
     12017-08-22  Chris Dumez  <cdumez@apple.com>
     2
     3        [EnabledBySetting] in WebIDL uses Document but does not include Document.h
     4        https://bugs.webkit.org/show_bug.cgi?id=175843
     5
     6        Reviewed by Sam Weinig.
     7
     8        * bindings/scripts/CodeGeneratorJS.pm:
     9        (GenerateImplementation):
     10
    1112017-08-22  Jer Noble  <jer.noble@apple.com>
    212
  • trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm

    r220433 r221048  
    40644064        push(@settingsEnabledProperties, @settingsEnabledAttributes);
    40654065        if (scalar(@settingsEnabledProperties)) {
     4066            AddToImplIncludes("Document.h");
    40664067            AddToImplIncludes("Settings.h");
    40674068            push(@implContent, "    auto* context = jsCast<JSDOMGlobalObject*>(globalObject())->scriptExecutionContext();\n");
Note: See TracChangeset for help on using the changeset viewer.