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

Unified Diff: Source/core/dom/DOMArrayBufferView.h

Issue 1017183003: Make DOMTypedArray exported. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « no previous file | Source/core/dom/DOMTypedArray.h » ('j') | Source/core/dom/DOMTypedArray.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMArrayBufferView.h
diff --git a/Source/core/dom/DOMArrayBufferView.h b/Source/core/dom/DOMArrayBufferView.h
index abd38d4c13f276a69e25ef1deb842ea4bca49a35..627324424113aa91408c87b59cb485b78052b26f 100644
--- a/Source/core/dom/DOMArrayBufferView.h
+++ b/Source/core/dom/DOMArrayBufferView.h
@@ -6,13 +6,14 @@
#define DOMArrayBufferView_h
#include "bindings/core/v8/ScriptWrappable.h"
+#include "core/CoreExport.h"
#include "core/dom/DOMArrayBuffer.h"
#include "wtf/ArrayBufferView.h"
#include "wtf/RefCounted.h"
namespace blink {
-class DOMArrayBufferView : public RefCounted<DOMArrayBufferView>, public ScriptWrappable {
+class CORE_EXPORT DOMArrayBufferView : public RefCounted<DOMArrayBufferView>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
typedef WTF::ArrayBufferView::ViewType ViewType;
« no previous file with comments | « no previous file | Source/core/dom/DOMTypedArray.h » ('j') | Source/core/dom/DOMTypedArray.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698