| Index: third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| index 5c2ac0650bb222005cf04d19fd71de771b17a516..f4f8eba399fa5617821b91e4cc5aba3e89f4e84f 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| @@ -57,7 +57,7 @@ public:
|
| int functionColumn() const;
|
|
|
| v8::Local<v8::Value> scopeChain() const;
|
| - int scopeType(int scopeIndex) const;
|
| + v8::Local<v8::String> scopeType(int scopeIndex) const;
|
| v8::Local<v8::String> scopeName(int scopeIndex) const;
|
| v8::Local<v8::Value> scopeStartLocation(int scopeIndex) const;
|
| v8::Local<v8::Value> scopeEndLocation(int scopeIndex) const;
|
|
|