| Index: third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.cpp b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.cpp
|
| index fea3c57fa7fb4bc298bd5408697cc653ddaf195f..b66d2b46b8bafb3fbebbaf7c648888ca805a3696 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.cpp
|
| @@ -44,6 +44,12 @@ void V8DebuggerScript::setBlackboxedState(unsigned blackboxGeneration, bool isBl
|
| m_blackboxGeneration = blackboxGeneration;
|
| }
|
|
|
| +void V8DebuggerScript::invalidateBlackboxedState()
|
| +{
|
| + m_isBlackboxedURL = false;
|
| + m_blackboxGeneration = kBlackboxUnknown;
|
| +}
|
| +
|
| V8DebuggerScript& V8DebuggerScript::setURL(const String& url)
|
| {
|
| m_url = url;
|
|
|