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

Unified Diff: Source/core/css/WebKitCSSFilterValue.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/WebKitCSSFilterValue.h
diff --git a/Source/core/css/WebKitCSSFilterValue.h b/Source/core/css/WebKitCSSFilterValue.h
index 7c93d3adaacf9091ed80cb734df848eb5a884741..60db7d34f8120c5581c945becf8ef5153b6efa1e 100644
--- a/Source/core/css/WebKitCSSFilterValue.h
+++ b/Source/core/css/WebKitCSSFilterValue.h
@@ -51,6 +51,8 @@ public:
CustomFilterOperation
};
+ OVERRIDE_NEW(WebKitCSSFilterValue)
+
static bool typeUsesSpaceSeparator(FilterOperationType);
static PassRefPtr<WebKitCSSFilterValue> create(FilterOperationType type)

Powered by Google App Engine
This is Rietveld 408576698