Changeset 60931 in webkit


Ignore:
Timestamp:
Jun 9, 2010 7:40:54 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-06-09 Steve Block <steveblock@google.com>

Reviewed by Jeremy Orlow.

Need to include V8Proxy.h in V8 generated bindings for toV8Context()
https://bugs.webkit.org/show_bug.cgi?id=40290

No new tests, build fix only.

  • bindings/scripts/CodeGeneratorV8.pm:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r60930 r60931  
     12010-06-09  Steve Block  <steveblock@google.com>
     2
     3        Reviewed by Jeremy Orlow.
     4
     5        Need to include V8Proxy.h in V8 generated bindings for toV8Context()
     6        https://bugs.webkit.org/show_bug.cgi?id=40290
     7
     8        No new tests, build fix only.
     9
     10        * bindings/scripts/CodeGeneratorV8.pm:
     11
    1122010-06-09  Jarkko Sakkinen  <jarkko.j.sakkinen@gmail.com>
    213
  • trunk/WebCore/bindings/scripts/CodeGeneratorV8.pm

    r60776 r60931  
    22362236    $implIncludes{"ScriptExecutionContext.h"} = 1;
    22372237    $implIncludes{"V8CustomVoidCallback.h"} = 1;
     2238    $implIncludes{"V8Proxy.h"} = 1;
    22382239
    22392240    push(@implContent, "#include <wtf/Assertions.h>\n\n");
Note: See TracChangeset for help on using the changeset viewer.