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

Unified Diff: third_party/WebKit/Source/core/css/CSSPropertyMetadata.h

Issue 1566653002: Revert of Fix null dereference on MemoryCache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
diff --git a/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h b/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
index 7b6b0e4eee3137eecdfb86cb377a9294489330d0..302b447ba7ee2883db12ef8b2ee09072b3dcbbc2 100644
--- a/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
+++ b/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
@@ -6,12 +6,11 @@
#define CSSPropertyMetadata_h
#include "core/CSSPropertyNames.h"
-#include "core/CoreExport.h"
#include "wtf/Allocator.h"
namespace blink {
-class CORE_EXPORT CSSPropertyMetadata {
+class CSSPropertyMetadata {
STATIC_ONLY(CSSPropertyMetadata);
public:
static bool isEnabledProperty(CSSPropertyID);
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSImageValue.h ('k') | third_party/WebKit/Source/core/css/CSSStyleSheetResourceTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698