| Index: third_party/WebKit/LayoutTests/inspector-protocol/debugger/resources/mixed.js
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/resources/mixed.js b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/resources/mixed.js
|
| deleted file mode 100644
|
| index df01a0e9e679ee114053a93b61519610d2f10061..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/resources/mixed.js
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -function notBlackboxedFoo()
|
| -{
|
| - var a = 42;
|
| - var b = blackboxedBoo();
|
| - return a + b;
|
| -}
|
| -
|
| -function blackboxedFoo()
|
| -{
|
| - var a = 42;
|
| - var b = notBlackboxedFoo();
|
| - return a + b;
|
| -}
|
| -
|
| -function notBlackboxedBoo()
|
| -{
|
| - var a = 42;
|
| - var b = blackboxedFoo();
|
| - return a + b;
|
| -}
|
| -//# sourceURL=mixed-source.js
|
|
|