| Index: third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.h b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.h
|
| index 38494d0563d9c1ce5a67be4e80310c328b4b00c2..d1286014e5313353e3cf7d0d8b897e0a349cfdf8 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.h
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.h
|
| @@ -60,6 +60,7 @@ public:
|
|
|
| bool getBlackboxedState(unsigned blackboxGeneration, bool* isBlackboxed) const;
|
| void setBlackboxedState(unsigned blackboxGeneration, bool isBlackboxed);
|
| + void invalidateBlackboxedState();
|
|
|
| V8DebuggerScript& setURL(const String&);
|
| V8DebuggerScript& setSourceURL(const String&);
|
|
|