Chromium Code Reviews

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

Issue 2745813002: Revert of evaluating clipboard event target acording to w3c specification (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « third_party/WebKit/Source/core/editing/Editor.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/HTMLButtonElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLButtonElement.h b/third_party/WebKit/Source/core/html/HTMLButtonElement.h
index eea1848e013d41a2c43896f02123096280dfe4a6..83576c40f86c9959e7a8a5cb7b6092f45470e3be 100644
--- a/third_party/WebKit/Source/core/html/HTMLButtonElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLButtonElement.h
@@ -24,12 +24,11 @@
#ifndef HTMLButtonElement_h
#define HTMLButtonElement_h
-#include "core/CoreExport.h"
#include "core/html/HTMLFormControlElement.h"
namespace blink {
-class CORE_EXPORT HTMLButtonElement final : public HTMLFormControlElement {
+class HTMLButtonElement final : public HTMLFormControlElement {
DEFINE_WRAPPERTYPEINFO();
public:
« no previous file with comments | « third_party/WebKit/Source/core/editing/Editor.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine