| Index: src/inspector/V8DebuggerScript.h
|
| diff --git a/src/inspector/V8DebuggerScript.h b/src/inspector/V8DebuggerScript.h
|
| index e3fc00562f89012bce62d477813dbba4b55df953..bfc24f4b628b5d4c05af889538c68804a2fdf16c 100644
|
| --- a/src/inspector/V8DebuggerScript.h
|
| +++ b/src/inspector/V8DebuggerScript.h
|
| @@ -41,7 +41,8 @@ class V8DebuggerScript {
|
| V8_INSPECTOR_DISALLOW_COPY(V8DebuggerScript);
|
|
|
| public:
|
| - V8DebuggerScript(v8::Isolate*, v8::Local<v8::Object>, bool isLiveEdit);
|
| + V8DebuggerScript(v8::Local<v8::Context>, v8::Local<v8::Object>,
|
| + bool isLiveEdit);
|
| ~V8DebuggerScript();
|
|
|
| const String16& scriptId() const { return m_id; }
|
|
|