Index: Source/core/inspector/JavaScriptCallFrame.idl |
diff --git a/Source/core/inspector/JavaScriptCallFrame.idl b/Source/core/inspector/JavaScriptCallFrame.idl |
index e4c4baa2474c94ff6ae453a3012dba108fc8807c..097742234bc13878fecfc511ed9f45373f285550 100644 |
--- a/Source/core/inspector/JavaScriptCallFrame.idl |
+++ b/Source/core/inspector/JavaScriptCallFrame.idl |
@@ -46,6 +46,8 @@ |
readonly attribute long sourceID; |
readonly attribute long line; |
readonly attribute long column; |
+ readonly attribute double framePointerHigh; |
+ readonly attribute double framePointerLow; |
[Custom=Getter] readonly attribute object scopeChain; |
[Custom] unsigned short scopeType(long scopeIndex); |
[Custom=Getter] readonly attribute object thisObject; |