| Index: Source/bindings/v8/V8Binding.h
|
| diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h
|
| index f8aa6016b0034300e83a39fa7df1ba36198864a7..ceb1ddfa1127e709531316f858fac931f402fe49 100644
|
| --- a/Source/bindings/v8/V8Binding.h
|
| +++ b/Source/bindings/v8/V8Binding.h
|
| @@ -925,7 +925,6 @@ private:
|
|
|
| class V8TestingScope {
|
| public:
|
| - static PassOwnPtr<V8TestingScope> create(v8::Isolate*);
|
| explicit V8TestingScope(v8::Isolate*);
|
| ScriptState* scriptState() const;
|
| v8::Isolate* isolate() const;
|
|
|