Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp

Issue 1950303004: [DevTools] Add additional accessor check in InjectedScriptSource.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698