From d6a599dbc9d824a462b2b206316e102bf8136446 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 11 Jul 2012 13:45:28 +0200 Subject: Imported WebKit commit 8ff1f22783a32de82fee915abd55bd1b298f2644 (http://svn.webkit.org/repository/webkit/trunk@122325) New snapshot that should work with the latest Qt build system changes --- Source/JavaScriptCore/bytecode/StructureSet.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Source/JavaScriptCore/bytecode/StructureSet.h') diff --git a/Source/JavaScriptCore/bytecode/StructureSet.h b/Source/JavaScriptCore/bytecode/StructureSet.h index 2bbc50cad..ebde9779f 100644 --- a/Source/JavaScriptCore/bytecode/StructureSet.h +++ b/Source/JavaScriptCore/bytecode/StructureSet.h @@ -113,15 +113,6 @@ public: size_t size() const { return m_structures.size(); } - bool allAreUsingInlinePropertyStorage() const - { - for (size_t i = 0; i < m_structures.size(); ++i) { - if (!m_structures[i]->isUsingInlineStorage()) - return false; - } - return true; - } - // Call this if you know that the structure set must consist of exactly // one structure. Structure* singletonStructure() const -- cgit v1.2.1