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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.h

Issue 1753543002: PaymentRequest Mojo bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface
Patch Set: haraken@'s + esprehn@'s comments 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
Index: third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.h b/third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.h
index 67bc602dd6335629629e0c7d241d2814d9cbf93a..f668b6bf7568e552f625ba3ef4ff3e7be5368e33 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptRegexp.h
@@ -28,6 +28,7 @@
#define ScriptRegexp_h
#include "bindings/core/v8/ScopedPersistent.h"
+#include "core/CoreExport.h"
#include "wtf/Noncopyable.h"
#include "wtf/text/WTFString.h"
#include <v8.h>
@@ -39,7 +40,7 @@ enum MultilineMode {
MultilineEnabled
};
-class ScriptRegexp {
+class CORE_EXPORT ScriptRegexp {
USING_FAST_MALLOC(ScriptRegexp); WTF_MAKE_NONCOPYABLE(ScriptRegexp);
public:
enum CharacterMode {

Powered by Google App Engine
This is Rietveld 408576698