summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/rendering/RenderRubyRun.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/RenderRubyRun.h')
-rw-r--r--Source/WebCore/rendering/RenderRubyRun.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WebCore/rendering/RenderRubyRun.h b/Source/WebCore/rendering/RenderRubyRun.h
index d844bff..53209bc 100644
--- a/Source/WebCore/rendering/RenderRubyRun.h
+++ b/Source/WebCore/rendering/RenderRubyRun.h
@@ -46,8 +46,6 @@ public:
RenderRubyRun(Node*);
virtual ~RenderRubyRun();
- virtual void destroy();
-
bool hasRubyText() const;
bool hasRubyBase() const;
bool isEmpty() const;
@@ -75,8 +73,6 @@ private:
virtual const char* renderName() const { return "RenderRubyRun (anonymous)"; }
virtual bool createsAnonymousWrapper() const { return true; }
virtual void removeLeftoverAnonymousBlock(RenderBlock*) { }
-
- bool m_beingDestroyed;
};
} // namespace WebCore