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

Unified Diff: Source/bindings/core/v8/ScriptPromisePropertyTest.cpp

Issue 393773004: Oilpan: improve ScriptPromiseProperty's argument types. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Don't add a ref-cycle Created 6 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/modules/serviceworkers/ServiceWorkerContainer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
diff --git a/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp b/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
index e6a80b24df76a042f198f50739598f8035f44873..dc11304d4d38f682007dce23e57509f478827315 100644
--- a/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
+++ b/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
@@ -100,7 +100,7 @@ protected:
return ScriptValue(scriptState(), V8ValueTraits<PassRefPtrWillBeRawPtr<Event> >::toV8Value(event, scriptState()->context()->Global(), isolate()));
}
- typedef ScriptPromiseProperty<RefPtrWillBeMember<Event>, Event*, Event*> Property;
+ typedef ScriptPromiseProperty<RefPtrWillBeMember<Event>, RefPtrWillBeMember<Event>, RefPtrWillBeMember<Event> > Property;
PassRefPtrWillBeRawPtr<Property> newProperty() { return Property::create(&document(), Event::create(), Property::Ready); }
private:
« no previous file with comments | « no previous file | Source/modules/serviceworkers/ServiceWorkerContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698