| Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| index 0ef90d1f6d2bb7403fd3e7d385346f0ef67c87fa..7f776ef6988bec90c989b531362e84f9feed7756 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
|
| @@ -67,11 +67,6 @@ String16 ThreadDebugger::valueSubtype(v8::Local<v8::Value> value)
|
| return String();
|
| }
|
|
|
| -bool ThreadDebugger::formatAccessorsAsProperties(v8::Local<v8::Value> value)
|
| -{
|
| - return V8DOMWrapper::isWrapper(m_isolate, value);
|
| -}
|
| -
|
| bool ThreadDebugger::isExecutionAllowed()
|
| {
|
| return !ScriptForbiddenScope::isScriptForbidden();
|
|
|