Index: third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp b/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp |
index 6983701611739f2651094a51b2ba05b3526195cb..134fd8d8468fd385205153d1aade1a90dde5f703 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp |
@@ -389,10 +389,10 @@ void TestDictionary::setTestObjectSequenceMember(const HeapVector<Member<TestObj |
bool TestDictionary::hasUint8ArrayMember() const { |
return m_uint8ArrayMember; |
} |
-DOMUint8Array* TestDictionary::uint8ArrayMember() const { |
+NotShared<DOMUint8Array> TestDictionary::uint8ArrayMember() const { |
return m_uint8ArrayMember; |
} |
-void TestDictionary::setUint8ArrayMember(DOMUint8Array* value) { |
+void TestDictionary::setUint8ArrayMember(NotShared<DOMUint8Array> value) { |
m_uint8ArrayMember = value; |
} |
bool TestDictionary::hasUnionInRecordMember() const { |