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

Unified Diff: Source/core/css/WebKitCSSTransformValue.h

Issue 16267005: [oilpan] Add checks to new operator Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 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
Index: Source/core/css/WebKitCSSTransformValue.h
diff --git a/Source/core/css/WebKitCSSTransformValue.h b/Source/core/css/WebKitCSSTransformValue.h
index 46784a39a0f612fd5b1820029fbaf04151661590..1ccf4bb8b8698fd52f6fbd87fd66db825013158f 100644
--- a/Source/core/css/WebKitCSSTransformValue.h
+++ b/Source/core/css/WebKitCSSTransformValue.h
@@ -60,6 +60,8 @@ public:
Matrix3DTransformOperation
};
+ OVERRIDE_NEW(WebKitCSSTransformValue)
+
static PassRefPtr<WebKitCSSTransformValue> create(TransformOperationType type)
{
return adoptRef(new WebKitCSSTransformValue(type));

Powered by Google App Engine
This is Rietveld 408576698