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

Unified Diff: Source/core/inspector/InjectedScriptManager.h

Issue 1146993005: DevTools: remove unused constant declarations and redundant parameter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: Source/core/inspector/InjectedScriptManager.h
diff --git a/Source/core/inspector/InjectedScriptManager.h b/Source/core/inspector/InjectedScriptManager.h
index 6c989af5d98fe480f83dac38d6bc10ad1234b186..af9c6e49ade888f8b1cdc89426cceeda49e06762 100644
--- a/Source/core/inspector/InjectedScriptManager.h
+++ b/Source/core/inspector/InjectedScriptManager.h
@@ -82,7 +82,7 @@ public:
InspectedStateAccessCheck inspectedStateAccessCheck() const { return m_inspectedStateAccessCheck; }
static void setWeakCallback(const v8::WeakCallbackInfo<CallbackData>&);
- CallbackData* createCallbackData(InjectedScriptManager*);
+ CallbackData* createCallbackData();
void removeCallbackData(CallbackData*);
void setCustomObjectFormatterEnabled(bool);
« no previous file with comments | « Source/bindings/core/v8/custom/V8InjectedScriptManager.cpp ('k') | Source/core/inspector/JavaScriptCallFrame.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698