|
Move the v8::Isolate* parameter to the first parameter of various binding methods in third_party/WebKit/Source/bindings
This step is to move the v8::Isolate* parameter to the first parameter of various binding methods in third_party/WebKit/Source/bindings
(Ref: binding-methods changed:
static v8::Handle<v8::Value> createTypeError(const String&, v8::Isolate*)
static v8::Handle<v8::Value> createRangeError(const String&, v8::Isolate*)
static v8::Handle<v8::Value> throwRangeError(const String&, v8::Isolate*))
BUG= 424446
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184624
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+31 lines, -31 lines) |
Patch |
|
M |
Source/bindings/core/v8/ExceptionState.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/bindings/core/v8/V8Binding.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/bindings/core/v8/V8ScriptRunner.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/core/v8/V8ThrowException.h
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/bindings/core/v8/V8ThrowException.cpp
|
View
|
1
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
Source/bindings/templates/methods.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/core/V8TestInterface.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/core/V8TestObject.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/modules/serviceworkers/Body.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/modules/serviceworkers/Cache.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/modules/serviceworkers/FetchManager.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
View
|
|
8 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
Total messages: 18 (8 generated)
|