⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 100228 in webkit


Ignore:
Timestamp:
Nov 14, 2011, 5:58:46 PM (15 years ago)
Author:
oliver@apple.com
Message:

Fix V8 build

Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r100227 r100228  
     12011-11-14  Oliver Hunt  <oliver@apple.com>
     2
     3        Fix V8 build.
     4
     5        * bindings/scripts/CodeGeneratorV8.pm:
     6        * bindings/scripts/test/V8/V8Float64Array.cpp:
     7        (WTF::Float64Array::neuterBinding):
     8
    192011-11-14  Oliver Hunt  <oliver@apple.com>
    210
  • trunk/Source/WebCore/bindings/scripts/CodeGeneratorV8.pm

    r100227 r100228  
    27052705    }
    27062706    namespace WTF {
    2707     void ${nativeType}::neuterBinding(ScriptExecutionContext*) {
     2707    void ${nativeType}::neuterBinding(WebCore::ScriptExecutionContext*) {
    27082708        v8::Handle<v8::Value> bound = toV8(this);
    27092709        v8::Handle<v8::Object> object(bound.As<v8::Object>());
  • trunk/Source/WebCore/bindings/scripts/test/V8/V8Float64Array.cpp

    r100227 r100228  
    109109    }
    110110    namespace WTF {
    111     void Float64Array::neuterBinding(ScriptExecutionContext*) {
     111    void Float64Array::neuterBinding(WebCore::ScriptExecutionContext*) {
    112112        v8::Handle<v8::Value> bound = toV8(this);
    113113        v8::Handle<v8::Object> object(bound.As<v8::Object>());
Note: See TracChangeset for help on using the changeset viewer.