| Index: Source/bindings/v8/V8Binding.h
|
| diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h
|
| index e2c8c944f86589048bc26638d62801fcca04aaa2..495004a991be4b790e20f3357861a89c9e371046 100644
|
| --- a/Source/bindings/v8/V8Binding.h
|
| +++ b/Source/bindings/v8/V8Binding.h
|
| @@ -340,6 +340,8 @@ namespace WebCore {
|
| WrapperWorldType worldType(v8::Isolate*);
|
| WrapperWorldType worldTypeInMainThread(v8::Isolate*);
|
|
|
| + DOMWrapperWorld* worldForIsolate(v8::Isolate*);
|
| +
|
| template<class T> struct NativeValueTraits;
|
|
|
| template<>
|
|
|