| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs.html
|
| index 4d037570bea644fd0b286c1bf769a7d7e9aec6ba..75d9890abc03b6d892d694667459f51127f0e418 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs.html
|
| @@ -10,7 +10,7 @@
|
| function test()
|
| {
|
| // Pretend we are running under V8 front-end.
|
| - Runtime._queryParamsObject["v8only"] = true;
|
| + WebInspector.targetManager.mainTarget().setIsNodeJSForTest();
|
|
|
| var content = [
|
| '',
|
|
|