Index: Source/bindings/v8/V8Binding.cpp |
diff --git a/Source/bindings/v8/V8Binding.cpp b/Source/bindings/v8/V8Binding.cpp |
index a03187eabab6280a96c799868359f8952fe9a002..1ac614240795c6dd5324a9ca52b85fac37c61729 100644 |
--- a/Source/bindings/v8/V8Binding.cpp |
+++ b/Source/bindings/v8/V8Binding.cpp |
@@ -745,11 +745,6 @@ PassRefPtr<JSONValue> v8ToJSONValue(v8::Isolate* isolate, v8::Handle<v8::Value> |
return nullptr; |
} |
-PassOwnPtr<V8TestingScope> V8TestingScope::create(v8::Isolate* isolate) |
-{ |
- return adoptPtr(new V8TestingScope(isolate)); |
-} |
- |
V8TestingScope::V8TestingScope(v8::Isolate* isolate) |
: m_handleScope(isolate) |
, m_contextScope(v8::Context::New(isolate)) |