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; |