Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: third_party/WebKit/Source/core/testing/Internals.idl

Issue 2571063002: Remove Blink-in-JS (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698