| Index: third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h b/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
|
| index 5fbefc25cd31df1885eea622ad9e435acf2015e4..6a7b0cc4bc88fefe553f8aad2a4d2ad4141fe6de 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
|
| @@ -132,7 +132,9 @@ private:
|
| BlobDataHandleMap m_blobDataHandles;
|
| intptr_t m_externallyAllocatedMemory;
|
|
|
| + // TODO(peria): remove SerializedScriptValueFactory from friend class
|
| friend class SerializedScriptValueFactory;
|
| + friend class ScriptValueSerializer;
|
| };
|
|
|
| } // namespace blink
|
|
|