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

Unified Diff: src/inspector/java-script-call-frame.h

Issue 2668363002: [inspector] removed unused code from JavaScriptSourceFrame (Closed)
Patch Set: Created 3 years, 11 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: src/inspector/java-script-call-frame.h
diff --git a/src/inspector/java-script-call-frame.h b/src/inspector/java-script-call-frame.h
index 6b73abf0addc7423c38fac77c33e27d0de37708c..e8ae37d8196847ffda5189ed6f5472f4d1242812 100644
--- a/src/inspector/java-script-call-frame.h
+++ b/src/inspector/java-script-call-frame.h
@@ -49,9 +49,6 @@ class JavaScriptCallFrame {
}
~JavaScriptCallFrame();
- int sourceID() const;
- int line() const;
- int column() const;
int contextId() const;
bool isAtReturn() const;

Powered by Google App Engine
This is Rietveld 408576698