Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(835)

Unified Diff: Source/core/html/HTMLFrameOwnerElement.h

Issue 303673005: Oilpan build fix for r174893 and r174900. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLFrameOwnerElement.h
diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h
index 9372cd864e7ea6737bf2abab0ad7317c5fc43465..a8bbe75f0965eeeae6bf8301273f91145de9c8e0 100644
--- a/Source/core/html/HTMLFrameOwnerElement.h
+++ b/Source/core/html/HTMLFrameOwnerElement.h
@@ -33,7 +33,7 @@ class Frame;
class RenderPart;
class Widget;
-class HTMLFrameOwnerElement : public FrameOwner, public HTMLElement {
+class HTMLFrameOwnerElement : public HTMLElement, public FrameOwner {
public:
virtual ~HTMLFrameOwnerElement();
« no previous file with comments | « Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698