| Index: third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.cpp
|
| index 1a838c0eefdc4978e0a019edb3f390d7c7844bc0..f1c76c198ff608cbc09772619f1699c9df6c9836 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.cpp
|
| @@ -79,7 +79,7 @@ void V8BooleanOrString::toImpl(v8::Isolate* isolate, v8::Local<v8::Value> v8Valu
|
| }
|
| }
|
|
|
| -v8::Local<v8::Value> toV8(const BooleanOrString& impl, v8::Local<v8::Object> creationContext, v8::Isolate* isolate) {
|
| +v8::Local<v8::Value> ToV8(const BooleanOrString& impl, v8::Local<v8::Object> creationContext, v8::Isolate* isolate) {
|
| switch (impl.m_type) {
|
| case BooleanOrString::SpecificTypeNone:
|
| return v8::Null(isolate);
|
|
|