| Index: Source/bindings/v8/V8Binding.h
|
| diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h
|
| index fe5cac65e8530b217cb0058b731705ff10800776..19128d0b00a189defe49b6aba1bf54dc0b94cb94 100644
|
| --- a/Source/bindings/v8/V8Binding.h
|
| +++ b/Source/bindings/v8/V8Binding.h
|
| @@ -635,9 +635,6 @@ inline v8::Handle<v8::Value> toV8Sequence(v8::Handle<v8::Value> value, uint32_t&
|
| v8::Isolate* toIsolate(ExecutionContext*);
|
| v8::Isolate* toIsolate(LocalFrame*);
|
|
|
| -WrapperWorldType worldType(v8::Isolate*);
|
| -WrapperWorldType worldTypeInMainThread(v8::Isolate*);
|
| -
|
| DOMWindow* toDOMWindow(v8::Handle<v8::Value>, v8::Isolate*);
|
| DOMWindow* toDOMWindow(v8::Handle<v8::Context>);
|
| ExecutionContext* toExecutionContext(v8::Handle<v8::Context>);
|
|
|