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

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

Issue 1576113006: Fix null dereference on MemoryCache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
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 302b447ba7ee2883db12ef8b2ee09072b3dcbbc2..7b6b0e4eee3137eecdfb86cb377a9294489330d0 100644
--- a/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
+++ b/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
@@ -6,11 +6,12 @@
#define CSSPropertyMetadata_h
#include "core/CSSPropertyNames.h"
+#include "core/CoreExport.h"
#include "wtf/Allocator.h"
namespace blink {
-class CSSPropertyMetadata {
+class CORE_EXPORT 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