| Index: third_party/WebKit/Source/core/loader/FrameLoader.h | 
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h | 
| index 965bc1fe4f2333ec255abb235f3090361d39b941..c91c70952d3ee8fb3a63ae96a461c481fb1b30c7 100644 | 
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h | 
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h | 
| @@ -43,6 +43,7 @@ | 
| #include "core/loader/HistoryItem.h" | 
| #include "core/loader/NavigationPolicy.h" | 
| #include "platform/Timer.h" | 
| +#include "platform/TracedValue.h" | 
| #include "platform/heap/Handle.h" | 
| #include "platform/network/ResourceRequest.h" | 
| #include "wtf/Forward.h" | 
| @@ -218,6 +219,9 @@ private: | 
|  | 
| void detachDocumentLoader(Member<DocumentLoader>&); | 
|  | 
| +    PassOwnPtr<TracedValue> toTracedValue() const; | 
| +    void takeObjectSnapshot() const; | 
| + | 
| Member<LocalFrame> m_frame; | 
|  | 
| // FIXME: These should be OwnPtr<T> to reduce build times and simplify | 
|  |