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

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

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.h
diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
index b5f6e9bdd023e2582baa079bccd21ffc149fd10c..26d1c7213ca1fb342e8afec475b5edc6c0dd1cd9 100644
--- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
+++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
@@ -31,7 +31,6 @@ public:
// V8DebuggerClient implementation.
void eventListeners(v8::Local<v8::Value>, V8EventListenerInfoList&) override;
String16 valueSubtype(v8::Local<v8::Value>) override;
- bool formatAccessorsAsProperties(v8::Local<v8::Value>) override;
bool isExecutionAllowed() override;
double currentTimeMS() override;
bool isInspectableHeapObject(v8::Local<v8::Object>) override;

Powered by Google App Engine
This is Rietveld 408576698