| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 2c4bf047d424ac3f1f8deb29094b89fa034e69a7..e42677a9c8e4547481b468eef9aa0026e6489ccf 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -231,11 +231,6 @@
|
|
|
| TypeConversions typeConversions();
|
|
|
| - // This is enabled only in Debug builds.
|
| - // This is because we want to avoid putting the byte stream of testing private scripts
|
| - // into the binary of Release builds.
|
| - PrivateScriptTest privateScriptTest();
|
| -
|
| sequence<DOMString> getReferencedFilePaths();
|
|
|
| // These functions both reset the tracked repaint rects. They are intended to be used in the following order:
|
|
|