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

Unified Diff: third_party/WebKit/Source/core/css/CSSImageValue.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/CSSImageValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSImageValue.h b/third_party/WebKit/Source/core/css/CSSImageValue.h
index 5ec97cdb92790aa4bd3cb4656906b34b305f06ff..0d69cd6a9955d133eca6c52f5df3e56457716e8d 100644
--- a/third_party/WebKit/Source/core/css/CSSImageValue.h
+++ b/third_party/WebKit/Source/core/css/CSSImageValue.h
@@ -21,6 +21,7 @@
#ifndef CSSImageValue_h
#define CSSImageValue_h
+#include "core/CoreExport.h"
#include "core/css/CSSValue.h"
#include "core/fetch/ResourceFetcher.h"
#include "platform/weborigin/Referrer.h"
@@ -34,7 +35,7 @@ class StyleFetchedImage;
class StyleImage;
class LayoutObject;
-class CSSImageValue : public CSSValue {
+class CORE_EXPORT CSSImageValue : public CSSValue {
public:
static PassRefPtrWillBeRawPtr<CSSImageValue> create(const KURL& url, StyleFetchedImage* image = 0)
{
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSCrossfadeValue.h ('k') | third_party/WebKit/Source/core/css/CSSPropertyMetadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698