Changeset 82802 in webkit


Ignore:
Timestamp:
Apr 4, 2011 12:16:16 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-04-04 Ryuan Choi <ryuan.choi@samsung.com>

Reviewed by Eric Seidel.

V8StringCallback.cpp requires V8Binding.h
https://bugs.webkit.org/show_bug.cgi?id=57699

No new tests required because of just adding header file.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r82800 r82802  
     12011-04-04  Ryuan Choi  <ryuan.choi@samsung.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        V8StringCallback.cpp requires V8Binding.h
     6        https://bugs.webkit.org/show_bug.cgi?id=57699
     7
     8        No new tests required because of just adding header file.
     9
     10        * bindings/scripts/CodeGeneratorV8.pm:
     11
    1122011-04-03  Ryuan Choi  <ryuan.choi@samsung.com>
    213
  • trunk/Source/WebCore/bindings/scripts/CodeGeneratorV8.pm

    r81799 r82802  
    23492349         
    23502350    $implIncludes{"ScriptExecutionContext.h"} = 1;
     2351    $implIncludes{"V8Binding.h"} = 1;
    23512352    $implIncludes{"V8CustomVoidCallback.h"} = 1;
    23522353    $implIncludes{"V8Proxy.h"} = 1;
Note: See TracChangeset for help on using the changeset viewer.