Index: third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h b/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h |
index 4990d1d067a5f842c01a1e9537034a6c5d60d44a..66b221e1d0b9c7d6dbf4407c42ba1a9ba61c252d 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h |
@@ -20,6 +20,7 @@ |
#include "bindings/core/v8/V8Uint8Array.h" |
#include "core/CoreExport.h" |
#include "core/dom/FlexibleArrayBufferView.h" |
+#include "core/dom/NotShared.h" |
#include "platform/heap/Handle.h" |
namespace blink { |
@@ -38,9 +39,9 @@ class CORE_EXPORT TestInterface2OrUint8Array final { |
static TestInterface2OrUint8Array fromTestInterface2(TestInterface2*); |
bool isUint8Array() const { return m_type == SpecificTypeUint8Array; } |
- DOMUint8Array* getAsUint8Array() const; |
- void setUint8Array(DOMUint8Array*); |
- static TestInterface2OrUint8Array fromUint8Array(DOMUint8Array*); |
+ NotShared<DOMUint8Array> getAsUint8Array() const; |
+ void setUint8Array(NotShared<DOMUint8Array>); |
+ static TestInterface2OrUint8Array fromUint8Array(NotShared<DOMUint8Array>); |
TestInterface2OrUint8Array(const TestInterface2OrUint8Array&); |
~TestInterface2OrUint8Array(); |