| Index: Source/bindings/v8/V8Binding.h
|
| diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h
|
| index d2ea37fea8c4024554e911e1b0bfa185404a976b..f8aa6016b0034300e83a39fa7df1ba36198864a7 100644
|
| --- a/Source/bindings/v8/V8Binding.h
|
| +++ b/Source/bindings/v8/V8Binding.h
|
| @@ -923,13 +923,13 @@ private:
|
| v8::Isolate* m_isolate;
|
| };
|
|
|
| -class V8ExecutionScope {
|
| +class V8TestingScope {
|
| public:
|
| - static PassOwnPtr<V8ExecutionScope> create(v8::Isolate*);
|
| - explicit V8ExecutionScope(v8::Isolate*);
|
| + static PassOwnPtr<V8TestingScope> create(v8::Isolate*);
|
| + explicit V8TestingScope(v8::Isolate*);
|
| ScriptState* scriptState() const;
|
| v8::Isolate* isolate() const;
|
| - ~V8ExecutionScope();
|
| + ~V8TestingScope();
|
|
|
| private:
|
| v8::HandleScope m_handleScope;
|
|
|