| Index: Source/bindings/v8/V8Binding.h
|
| diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h
|
| index 06dbe4b5ebd77c1249b022ba2e70733ec46aa4d0..c5db63fa7e0757a26145770401f58a207b805397 100644
|
| --- a/Source/bindings/v8/V8Binding.h
|
| +++ b/Source/bindings/v8/V8Binding.h
|
| @@ -927,6 +927,8 @@ class V8ExecutionScope {
|
| public:
|
| static PassOwnPtr<V8ExecutionScope> create(v8::Isolate*);
|
| explicit V8ExecutionScope(v8::Isolate*);
|
| + ScriptState* scriptState() const;
|
| + v8::Isolate* isolate() const;
|
| ~V8ExecutionScope();
|
|
|
| private:
|
|
|