Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: Source/bindings/tests/results/V8TestEventConstructor.cpp

Issue 19582005: Rebaseline bindings tests results after r154648 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/bindings/tests/results/V8TestException.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/results/V8TestEventConstructor.cpp
diff --git a/Source/bindings/tests/results/V8TestEventConstructor.cpp b/Source/bindings/tests/results/V8TestEventConstructor.cpp
index 3e12da4376d2ecaaa0e68f401aa2a5833682d7ee..f061c79110f1377ee751094cb3714784476c54a7 100644
--- a/Source/bindings/tests/results/V8TestEventConstructor.cpp
+++ b/Source/bindings/tests/results/V8TestEventConstructor.cpp
@@ -65,7 +65,7 @@ template <typename T> void V8_USE(T) { }
static void attr1AttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
{
TestEventConstructor* imp = V8TestEventConstructor::toNative(info.Holder());
- v8SetReturnValueString(info, imp->attr1(), info.GetIsolate(), NullStringAsEmpty);
+ v8SetReturnValueString(info, imp->attr1(), info.GetIsolate());
return;
}
@@ -79,7 +79,7 @@ static void attr1AttrGetterCallback(v8::Local<v8::String> name, const v8::Proper
static void attr2AttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
{
TestEventConstructor* imp = V8TestEventConstructor::toNative(info.Holder());
- v8SetReturnValueString(info, imp->attr2(), info.GetIsolate(), NullStringAsEmpty);
+ v8SetReturnValueString(info, imp->attr2(), info.GetIsolate());
return;
}
« no previous file with comments | « no previous file | Source/bindings/tests/results/V8TestException.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698