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

Unified Diff: third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h

Issue 2837763003: Reland "Move most of FrameLoader::CheckCompleted() to Document" (Closed)
Patch Set: Fix comment typos Created 3 years, 8 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/dom/IncrementLoadEventDelayCount.h
diff --git a/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h b/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h
index dc32d6542f9205ee221a2fad89437776ddf9aa71..70863784f43166ee713e47f2a7a5e5c492bdf1d9 100644
--- a/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h
+++ b/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h
@@ -6,6 +6,7 @@
#define IncrementLoadEventDelayCount_h
#include <memory>
+#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
#include "platform/wtf/Allocator.h"
#include "platform/wtf/Noncopyable.h"
@@ -16,7 +17,7 @@ class Document;
// A helper class that will increment a document's loadEventDelayCount on
// contruction and decrement it on destruction (semantics similar to RefPtr).
-class IncrementLoadEventDelayCount {
+class CORE_EXPORT IncrementLoadEventDelayCount {
USING_FAST_MALLOC(IncrementLoadEventDelayCount);
WTF_MAKE_NONCOPYABLE(IncrementLoadEventDelayCount);

Powered by Google App Engine
This is Rietveld 408576698