| Index: third_party/WebKit/Source/devtools/scripts/CurrentBrowserVersion.js
|
| diff --git a/chrome/test/data/extensions/api_test/executescript/http204/at_document_end.js b/third_party/WebKit/Source/devtools/scripts/CurrentBrowserVersion.js
|
| similarity index 68%
|
| copy from chrome/test/data/extensions/api_test/executescript/http204/at_document_end.js
|
| copy to third_party/WebKit/Source/devtools/scripts/CurrentBrowserVersion.js
|
| index 5b0e04991e627c97943dd6628ec098aaf692abec..9a5054c8f9dfc8894716ef6139fcb86f1aabe3c0 100644
|
| --- a/chrome/test/data/extensions/api_test/executescript/http204/at_document_end.js
|
| +++ b/third_party/WebKit/Source/devtools/scripts/CurrentBrowserVersion.js
|
| @@ -2,4 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -window.documentEnd = window.documentEnd ? documentEnd + 1 : 1;
|
| +WebInspector.BrowserVersionInfo._version = "@MAJOR@.@MINOR@.@BUILD@.@PATCH@";
|
|
|