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

Unified Diff: third_party/WebKit/Source/core/fetch/StyleSheetResource.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
« no previous file with comments | « third_party/WebKit/Source/core/fetch/MemoryCache.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/fetch/StyleSheetResource.h
diff --git a/third_party/WebKit/Source/core/fetch/StyleSheetResource.h b/third_party/WebKit/Source/core/fetch/StyleSheetResource.h
index a60bcf8a42ba1e488326e00a754884004a1ba09d..764473a540d3fae6af1f88a21da52a710988da94 100644
--- a/third_party/WebKit/Source/core/fetch/StyleSheetResource.h
+++ b/third_party/WebKit/Source/core/fetch/StyleSheetResource.h
@@ -31,13 +31,14 @@
#ifndef StyleSheetResource_h
#define StyleSheetResource_h
+#include "core/CoreExport.h"
#include "core/fetch/TextResource.h"
namespace blink {
class StyleSheetResourceClient;
-class StyleSheetResource : public TextResource {
+class CORE_EXPORT StyleSheetResource : public TextResource {
public:
typedef StyleSheetResourceClient ClientType;
« no previous file with comments | « third_party/WebKit/Source/core/fetch/MemoryCache.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698