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

Unified Diff: third_party/WebKit/Source/core/fetch/StyleSheetResource.h

Issue 1537343002: 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
« 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 0b9fb40588fc7b1ef98ee388ddd2a9c11c0d0033..51c8567cbc5e800ab77edcae790ea8535d8c3019 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:
using ClientType = StyleSheetResourceClient;
« 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