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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp

Issue 2774903002: Remove UseCounter DocumentCreateTouchLessThanSevenArguments (Closed)
Patch Set: Undid change in histograms.xml Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp
index 66cf4f73263c8d271a2071ac553c4014add1d2f4..82cc2757858cd5a17be3a47d4c4182ac903b6f39 100644
--- a/third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp
@@ -122,11 +122,6 @@ void V8Document::createTouchMethodPrologueCustom(
UseCounter::count(currentExecutionContext(info.GetIsolate()),
UseCounter::DocumentCreateTouchTargetWrongType);
}
-
- if (info.Length() < 7) {
- UseCounter::count(currentExecutionContext(info.GetIsolate()),
- UseCounter::DocumentCreateTouchLessThanSevenArguments);
- }
}
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698