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

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

Issue 2586863002: Worker: Enable UseCounter for SharedWorkerGlobalScope (Closed)
Patch Set: tweak Created 3 years, 10 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 827dd4082bff7959209be11ba2b5e21c77616322..455d8b50744e72405627efaf681ea03e4e9628de 100644
--- a/third_party/WebKit/Source/core/testing/Internals.idl
+++ b/third_party/WebKit/Source/core/testing/Internals.idl
@@ -328,7 +328,7 @@
bool magnifyScaleAroundAnchor(float offset, float x, float y);
- boolean isUseCounted(Document document, long useCounterId);
+ boolean isUseCounted(Document document, unsigned long useCounterId);
boolean isCSSPropertyUseCounted(Document document, DOMString propertyName);
iterable<long>;

Powered by Google App Engine
This is Rietveld 408576698