| 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 70b8662779a3d6d7d4b9cb9643f5af250a607ac8..f3e058f7b355e998ce9c5d73a887378bf97c0eb1 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp
|
| @@ -369,10 +369,10 @@ void TestDictionary::setTestObjectSequenceMember(const HeapVector<Member<TestObj
|
| bool TestDictionary::hasUint8ArrayMember() const {
|
| return m_uint8ArrayMember;
|
| }
|
| -DOMUint8Array* TestDictionary::uint8ArrayMember() const {
|
| +MaybeShared<DOMUint8Array> TestDictionary::uint8ArrayMember() const {
|
| return m_uint8ArrayMember;
|
| }
|
| -void TestDictionary::setUint8ArrayMember(DOMUint8Array* value) {
|
| +void TestDictionary::setUint8ArrayMember(MaybeShared<DOMUint8Array> value) {
|
| m_uint8ArrayMember = value;
|
| }
|
| bool TestDictionary::hasUnrestrictedDoubleMember() const {
|
|
|