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

Unified Diff: Source/bindings/core/dart/DartDOMWrapper.h

Issue 1663753002: Apply all blink changes between @202695 and tip of trunk (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 11 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/core/dart/DartDOMData.cpp ('k') | Source/bindings/core/dart/DartEventListener.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/dart/DartDOMWrapper.h
diff --git a/Source/bindings/core/dart/DartDOMWrapper.h b/Source/bindings/core/dart/DartDOMWrapper.h
index e43f2b58f23b8091bd63e9d4e4d895933af84f6e..8c97b74f5996f62f38588e6909a7c10b4020dbaa 100644
--- a/Source/bindings/core/dart/DartDOMWrapper.h
+++ b/Source/bindings/core/dart/DartDOMWrapper.h
@@ -322,7 +322,7 @@ private:
// is kept alive.
intptr_t externalAllocationSize = sizeof(*domObject);
- Dart_WeakPersistentHandle wrapper = Dart_NewPrologueWeakPersistentHandle(
+ Dart_WeakPersistentHandle wrapper = Dart_NewWeakPersistentHandle(
newInstance, blinkHandle, externalAllocationSize, &wrapperWeakCallback<BindingsClass>);
Traits::MapTraits::domMap(domData)->set(domObject, wrapper);
}
« no previous file with comments | « Source/bindings/core/dart/DartDOMData.cpp ('k') | Source/bindings/core/dart/DartEventListener.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698