| Index: third_party/WebKit/Source/build/scripts/make_event_factory.py
|
| diff --git a/third_party/WebKit/Source/build/scripts/make_event_factory.py b/third_party/WebKit/Source/build/scripts/make_event_factory.py
|
| index edef99a7c1bed9ae6d49fb4a43d54b93a9f49c6c..5e7e933054d3986ca349c062453925ba0875a523 100755
|
| --- a/third_party/WebKit/Source/build/scripts/make_event_factory.py
|
| +++ b/third_party/WebKit/Source/build/scripts/make_event_factory.py
|
| @@ -92,7 +92,6 @@ def create_event_measure_whitelist(name):
|
| or name == 'TrackEvent'
|
| or name == 'TransitionEvent'
|
| or name == 'WebGLContextEvent'
|
| - or name == 'WebKitTransitionEvent'
|
| or name == 'WheelEvent')
|
|
|
|
|
|
|