Index: Source/core/platform/Partitions.h |
diff --git a/Source/core/platform/Partitions.h b/Source/core/platform/Partitions.h |
index 56be59a1bacb75083e4af69d17fb3c97e09a0d51..fe2d148e031293c783516666cae8f5d6c16266f1 100644 |
--- a/Source/core/platform/Partitions.h |
+++ b/Source/core/platform/Partitions.h |
@@ -41,9 +41,11 @@ public: |
static void shutdown(); |
ALWAYS_INLINE static PartitionRoot* getObjectModelPartition() { return &m_objectModelRoot; } |
+ ALWAYS_INLINE static PartitionRoot* getRenderingPartition() { return &m_renderingRoot; } |
private: |
static PartitionRoot m_objectModelRoot; |
+ static PartitionRoot m_renderingRoot; |
}; |
} // namespace WebCore |