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 65ec824edac13e8cea73838710eeb65deae2a9cd..dc692028d53ebbadc8b34e706de500287341ecc4 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.idl |
+++ b/third_party/WebKit/Source/core/testing/Internals.idl |
@@ -335,6 +335,7 @@ |
bool magnifyScaleAroundAnchor(float offset, float x, float y); |
boolean isUseCounted(Document document, long useCounterId); |
+ boolean isCSSPropertyUseCounted(Document document, DOMString propertyName); |
iterable<long>; |