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

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

Issue 300743002: Sync binding test results. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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 | « Source/bindings/tests/results/V8TestObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/results/V8TestSpecialOperations.cpp
diff --git a/Source/bindings/tests/results/V8TestSpecialOperations.cpp b/Source/bindings/tests/results/V8TestSpecialOperations.cpp
index 5cda3be07d12525f6902da6d8cf25dd4a7a7c28e..0081ca689404c2b4a4650eadbdadca024ca86138 100644
--- a/Source/bindings/tests/results/V8TestSpecialOperations.cpp
+++ b/Source/bindings/tests/results/V8TestSpecialOperations.cpp
@@ -56,7 +56,7 @@ static void namedItemMethod(const v8::FunctionCallbackInfo<v8::Value>& info)
TOSTRING_VOID_INTERNAL(name, info[0]);
}
bool result0Enabled = false;
- RefPtr<Node> result0;
+ RefPtrWillBeRawPtr<Node> result0;
bool result1Enabled = false;
RefPtrWillBeRawPtr<NodeList> result1;
impl->getItem(name, result0Enabled, result0, result1Enabled, result1);
@@ -83,7 +83,7 @@ static void namedPropertyGetter(v8::Local<v8::String> name, const v8::PropertyCa
TestSpecialOperations* impl = V8TestSpecialOperations::toNative(info.Holder());
AtomicString propertyName = toCoreAtomicString(name);
bool result0Enabled = false;
- RefPtr<Node> result0;
+ RefPtrWillBeRawPtr<Node> result0;
bool result1Enabled = false;
RefPtrWillBeRawPtr<NodeList> result1;
impl->getItem(propertyName, result0Enabled, result0, result1Enabled, result1);
« no previous file with comments | « Source/bindings/tests/results/V8TestObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698