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

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

Issue 2643773007: Remove internals.address(node) (Closed)
Patch Set: Created 3 years, 11 months 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 42ca8c2d4797b46bbfe044d8dea7af4b1029f0c1..827dd4082bff7959209be11ba2b5e21c77616322 100644
--- a/third_party/WebKit/Source/core/testing/Internals.idl
+++ b/third_party/WebKit/Source/core/testing/Internals.idl
@@ -27,8 +27,6 @@
[
DoNotCheckConstants,
] interface Internals {
- DOMString address(Node node);
-
GCObservation observeGC(any observed);
[RaisesException] DOMString elementLayoutTreeAsText(Element element);

Powered by Google App Engine
This is Rietveld 408576698