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

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

Issue 1828623002: Make Editor::tidyUpHTMLStructure() handles BODY element correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/editing/EditorTest.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/html/HTMLHeadElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLHeadElement.h b/third_party/WebKit/Source/core/html/HTMLHeadElement.h
index 15613dda514f06ef70c3ebd088e6882403d8a688..17f86510790649d02fae3414b4d930c5c90df076 100644
--- a/third_party/WebKit/Source/core/html/HTMLHeadElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLHeadElement.h
@@ -24,11 +24,12 @@
#ifndef HTMLHeadElement_h
#define HTMLHeadElement_h
+#include "core/CoreExport.h"
#include "core/html/HTMLElement.h"
namespace blink {
-class HTMLHeadElement final : public HTMLElement {
+class CORE_EXPORT HTMLHeadElement final : public HTMLElement {
DEFINE_WRAPPERTYPEINFO();
public:
DECLARE_NODE_FACTORY(HTMLHeadElement);
« no previous file with comments | « third_party/WebKit/Source/core/editing/EditorTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698