| Index: Source/core/dom/DOMArrayBufferDeallocationObserver.h
|
| diff --git a/Source/core/dom/DOMArrayBufferDeallocationObserver.h b/Source/core/dom/DOMArrayBufferDeallocationObserver.h
|
| index 1560942ea6f23db67ea5f5655ee48232d31cc07d..e71aaacb2c30227892460b96b393784ac0a83a95 100644
|
| --- a/Source/core/dom/DOMArrayBufferDeallocationObserver.h
|
| +++ b/Source/core/dom/DOMArrayBufferDeallocationObserver.h
|
| @@ -11,7 +11,7 @@ namespace blink {
|
|
|
| class DOMArrayBufferDeallocationObserver final : public WTF::ArrayBufferDeallocationObserver {
|
| public:
|
| - static DOMArrayBufferDeallocationObserver* instance();
|
| + static DOMArrayBufferDeallocationObserver& instance();
|
|
|
| virtual void arrayBufferDeallocated(unsigned sizeInBytes) override;
|
|
|
|
|