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

Unified Diff: Source/core/frame/DOMPoint.h

Issue 369713002: Remove destructors from ScriptWrappable objects (part 1) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/core/css/CSSMatrix.h ('k') | Source/core/page/PagePopupController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DOMPoint.h
diff --git a/Source/core/frame/DOMPoint.h b/Source/core/frame/DOMPoint.h
index 22eca2b29cec60cf88b6eec56311ffbd70cef15b..febc7cc3e8be784db68dfd0a98cce1ac15f6f350 100644
--- a/Source/core/frame/DOMPoint.h
+++ b/Source/core/frame/DOMPoint.h
@@ -33,7 +33,7 @@
namespace WebCore {
-class DOMPoint FINAL : public RefCountedWillBeGarbageCollectedFinalized<DOMPoint>, public ScriptWrappable {
+class DOMPoint FINAL : public RefCountedWillBeGarbageCollected<DOMPoint>, public ScriptWrappable {
public:
static PassRefPtrWillBeRawPtr<DOMPoint> create()
{
« no previous file with comments | « Source/core/css/CSSMatrix.h ('k') | Source/core/page/PagePopupController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698