Index: third_party/WebKit/Source/core/frame/UseCounter.h |
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h |
index f6b6b45352156be06150b454accea2d97b3a4c14..62bd4f0a1975f5e0a55ef4b6bf17176e1a9bfdb9 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1397,12 +1397,6 @@ class CORE_EXPORT UseCounter { |
static void count(const Frame*, Feature); |
static void count(const Document&, Feature); |
static void count(ExecutionContext*, Feature); |
- // Use countIfNotPrivateScript() instead of count() if you don't want |
- // to count metrics in private scripts. You should use |
- // countIfNotPrivateScript() in a binding layer. |
- static void countIfNotPrivateScript(v8::Isolate*, const Frame*, Feature); |
- static void countIfNotPrivateScript(v8::Isolate*, const Document&, Feature); |
- static void countIfNotPrivateScript(v8::Isolate*, ExecutionContext*, Feature); |
void count(CSSParserMode, CSSPropertyID); |
void count(Feature); |