| Index: third_party/WebKit/Source/platform/v8_inspector/RemoteObjectId.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/RemoteObjectId.h b/third_party/WebKit/Source/platform/v8_inspector/RemoteObjectId.h
|
| index 59614d85bf450de003664e26d38cefb41d07bb2f..3ff31eb3300a33b3e1153d37c15f64dd5afe26a5 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/RemoteObjectId.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/RemoteObjectId.h
|
| @@ -47,6 +47,7 @@ public:
|
|
|
| int frameOrdinal() const { return m_frameOrdinal; }
|
|
|
| + static String16 serialize(int injectedScriptId, int frameOrdinal);
|
| private:
|
| RemoteCallFrameId();
|
|
|
|
|