| 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
|
|
|