summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/rendering/BidiRun.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/rendering/BidiRun.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/rendering/BidiRun.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chromium/third_party/WebKit/Source/core/rendering/BidiRun.h b/chromium/third_party/WebKit/Source/core/rendering/BidiRun.h
index 85f8f4a1a1c..cd743385c06 100644
--- a/chromium/third_party/WebKit/Source/core/rendering/BidiRun.h
+++ b/chromium/third_party/WebKit/Source/core/rendering/BidiRun.h
@@ -41,13 +41,8 @@ struct BidiRun : BidiCharacterRun {
{
// Stored in base class to save space.
m_hasHyphen = false;
- m_startsSegment = false;
}
- // BidiRuns are allocated out of the rendering partition.
- void* operator new(size_t);
- void operator delete(void*);
-
BidiRun* next() { return static_cast<BidiRun*>(m_next); }
RenderObject* object() { return m_object; }