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

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

Issue 2176283002: [DevTools] Remove V8Debugger::logToConsole method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: a Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 42cc986becc807b33533f40fcdc5ec35cdbf4ac4..d31183f7028bc8b3d75c451089e02a4bb5467f40 100644
--- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
+++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
@@ -70,12 +70,9 @@ protected:
std::unique_ptr<V8Debugger> m_debugger;
private:
- v8::Local<v8::Function> eventLogFunction();
-
static void setMonitorEventsCallback(const v8::FunctionCallbackInfo<v8::Value>&, bool enabled);
static void monitorEventsCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static void unmonitorEventsCallback(const v8::FunctionCallbackInfo<v8::Value>&);
- static void logCallback(const v8::FunctionCallbackInfo<v8::Value>&);
static void getEventListenersCallback(const v8::FunctionCallbackInfo<v8::Value>&);
@@ -84,7 +81,6 @@ private:
Vector<V8DebuggerClient::TimerCallback> m_timerCallbacks;
Vector<void*> m_timerData;
std::unique_ptr<UserGestureIndicator> m_userGestureIndicator;
- v8::Global<v8::Function> m_eventLogFunction;
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698