Fix template angle bracket syntax in bindings
commit2bb698bd4c76a79fa058bbda91ebb63d0421b9f4
authorrob.buis@samsung.com <rob.buis@samsung.com>
Fri, 13 Feb 2015 04:38:20 +0000 (13 04:38 +0000)
committerrob.buis@samsung.com <rob.buis@samsung.com>
Fri, 13 Feb 2015 04:38:20 +0000 (13 04:38 +0000)
treee16e3cbcc56876f0728aa961aee5a39689963c58
parent1bcdb1fb29b11f38bd4445cafd7b0d0dbd084de2
Fix template angle bracket syntax in bindings

In C++11 the parser is able to parse >> as the end of
the template argument list.

BUG=449681

Review URL: https://codereview.chromium.org/921813002

git-svn-id: svn://svn.chromium.org/blink/trunk@190103 bbb929c8-8fbe-4397-9dbb-9b2b20218538
45 files changed:
third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h
third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.cpp
third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForCore.cpp
third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp
third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
third_party/WebKit/Source/bindings/core/v8/ScriptController.h
third_party/WebKit/Source/bindings/core/v8/ScriptDebugServer.h
third_party/WebKit/Source/bindings/core/v8/ScriptPreprocessor.cpp
third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.cpp
third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h
third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
third_party/WebKit/Source/bindings/core/v8/ScriptString.h
third_party/WebKit/Source/bindings/core/v8/ScriptValue.h
third_party/WebKit/Source/bindings/core/v8/ScriptValueSerializer.h
third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.cpp
third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
third_party/WebKit/Source/bindings/core/v8/SharedPersistent.h
third_party/WebKit/Source/bindings/core/v8/ToV8Test.cpp
third_party/WebKit/Source/bindings/core/v8/V8Binding.h
third_party/WebKit/Source/bindings/core/v8/V8BindingTest.cpp
third_party/WebKit/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp
third_party/WebKit/Source/bindings/core/v8/V8DOMActivityLogger.cpp
third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp
third_party/WebKit/Source/bindings/core/v8/V8MutationCallback.cpp
third_party/WebKit/Source/bindings/core/v8/V8MutationCallback.h
third_party/WebKit/Source/bindings/core/v8/V8NPObject.cpp
third_party/WebKit/Source/bindings/core/v8/V8PerContextData.h
third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h
third_party/WebKit/Source/bindings/core/v8/V8PersistentValueMap.h
third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h
third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp
third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLPlugInElementCustom.cpp
third_party/WebKit/Source/bindings/core/v8/custom/V8MutationObserverCustom.cpp
third_party/WebKit/Source/bindings/modules/v8/IDBBindingUtilities.cpp
third_party/WebKit/Source/bindings/scripts/v8_types.py
third_party/WebKit/Source/bindings/templates/methods.cpp
third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h
third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp
third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.h
third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp