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

Unified Diff: third_party/WebKit/Source/core/html/HTMLStyleElement.h

Issue 2205843003: Use weak members to cache StyleSheetContents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Might be in cache without being used before garbage collection Created 4 years, 4 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/html/HTMLStyleElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLStyleElement.h b/third_party/WebKit/Source/core/html/HTMLStyleElement.h
index f4c1e5b359622a3c80f04923b03c3cbd9b458de8..8d5f2d6c0854ca89479b5884b7e7b8ec9066e1bf 100644
--- a/third_party/WebKit/Source/core/html/HTMLStyleElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLStyleElement.h
@@ -33,7 +33,7 @@ class HTMLStyleElement;
template<typename T> class EventSender;
using StyleEventSender = EventSender<HTMLStyleElement>;
-class HTMLStyleElement final : public HTMLElement, private StyleElement {
+class CORE_EXPORT HTMLStyleElement final : public HTMLElement, private StyleElement {
DEFINE_WRAPPERTYPEINFO();
USING_GARBAGE_COLLECTED_MIXIN(HTMLStyleElement);
public:

Powered by Google App Engine
This is Rietveld 408576698