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

Unified Diff: Source/core/inspector/JavaScriptCallFrame.idl

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 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 | « Source/core/inspector/InspectorTimelineAgent.cpp ('k') | Source/core/inspector/ScriptArguments.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/JavaScriptCallFrame.idl
diff --git a/Source/core/inspector/JavaScriptCallFrame.idl b/Source/core/inspector/JavaScriptCallFrame.idl
index 26ae291dedb82c25795d49884e5bbedf360f4fa4..fa31924cfc5ae38b1c2a785e742c9878985f824e 100644
--- a/Source/core/inspector/JavaScriptCallFrame.idl
+++ b/Source/core/inspector/JavaScriptCallFrame.idl
@@ -37,8 +37,8 @@
[Custom] void evaluate(DOMString script);
[Custom] any restart();
-
- // Only declarative scope (local, with and catch) is accepted. Returns undefined.
+
+ // Only declarative scope (local, with and catch) is accepted. Returns undefined.
[Custom] any setVariableValue(long scopeIndex, DOMString variableName, any newValue);
readonly attribute JavaScriptCallFrame caller;
« no previous file with comments | « Source/core/inspector/InspectorTimelineAgent.cpp ('k') | Source/core/inspector/ScriptArguments.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698