| Index: Source/core/page/FrameView.h
|
| diff --git a/Source/core/page/FrameView.h b/Source/core/page/FrameView.h
|
| index 84eba22f3079557ac0175d6c23c13fb852f8f5e3..853d4e757c428e1f3fecfaafcac15c5796d82420 100644
|
| --- a/Source/core/page/FrameView.h
|
| +++ b/Source/core/page/FrameView.h
|
| @@ -426,6 +426,8 @@ private:
|
| virtual AXObjectCache* axObjectCache() const;
|
| void removeFromAXObjectCache();
|
|
|
| + bool isMainFrame() const;
|
| +
|
| static double s_currentFrameTimeStamp; // used for detecting decoded resource thrash in the cache
|
| static bool s_inPaintContents;
|
|
|
|
|