Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-this-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-identifiers-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-this-expected.txt |
similarity index 55% |
copy from third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-identifiers-expected.txt |
copy to third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-this-expected.txt |
index 51184e594e2402df8d3b649dd80e840e41ba46b3..b72210af6e1ddd16e3ee92f56b7305e82f70cc35 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-identifiers-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-this-expected.txt |
@@ -1,14 +1,13 @@ |
-CONSOLE MESSAGE: line 4: 0 |
-Tests resolving variable names via source maps. |
+CONSOLE MESSAGE: line 7: [object Object] |
+Tests resolving this object name via source maps. |
Set timer for test function. |
Script execution paused. |
Scope variables sidebar pane: |
Local |
- pos: 10 |
- pos: 0 |
- this: Window |
+ this: Foo |
+Closure (Foo.bar) |
WindowGlobal |
<section collapsed> |
Script execution resumed. |