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

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

Issue 211023002: DevTools: Remove event Console.messageRepeatCountUpdated (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix inspector-protocol/console/console-timestamp.html Created 6 years, 9 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 | « Source/core/inspector/ScriptCallFrame.cpp ('k') | Source/core/inspector/ScriptCallStack.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/ScriptCallStack.h
diff --git a/Source/core/inspector/ScriptCallStack.h b/Source/core/inspector/ScriptCallStack.h
index 9549db8b09a82be8dbd02f5db753a3a6bee232be..077167c7b1f6aa89ce267df60c93cf04f87e06cb 100644
--- a/Source/core/inspector/ScriptCallStack.h
+++ b/Source/core/inspector/ScriptCallStack.h
@@ -50,8 +50,6 @@ public:
const ScriptCallFrame &at(size_t) const;
size_t size() const;
- bool isEqual(ScriptCallStack*) const;
-
PassRefPtr<TypeBuilder::Array<TypeBuilder::Console::CallFrame> > buildInspectorArray() const;
private:
« no previous file with comments | « Source/core/inspector/ScriptCallFrame.cpp ('k') | Source/core/inspector/ScriptCallStack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698