Title: [182762] trunk/Source/_javascript_Core
Revision
182762
Author
[email protected]
Date
2015-04-13 15:33:44 -0700 (Mon, 13 Apr 2015)

Log Message

Unreviewed, fix build. I introduced a new cell type at the same time as kling changed how new cell types are written.

* runtime/InferredValue.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (182761 => 182762)


--- trunk/Source/_javascript_Core/ChangeLog	2015-04-13 22:31:55 UTC (rev 182761)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-04-13 22:33:44 UTC (rev 182762)
@@ -1,3 +1,9 @@
+2015-04-13  Filip Pizlo  <[email protected]>
+
+        Unreviewed, fix build. I introduced a new cell type at the same time as kling changed how new cell types are written.
+
+        * runtime/InferredValue.h:
+
 2015-04-08  Filip Pizlo  <[email protected]>
 
         JSC should detect singleton functions

Modified: trunk/Source/_javascript_Core/runtime/InferredValue.h (182761 => 182762)


--- trunk/Source/_javascript_Core/runtime/InferredValue.h	2015-04-13 22:31:55 UTC (rev 182761)
+++ trunk/Source/_javascript_Core/runtime/InferredValue.h	2015-04-13 22:33:44 UTC (rev 182762)
@@ -47,7 +47,6 @@
     static InferredValue* create(VM&);
     
     static const bool needsDestruction = true;
-    static const bool hasImmortalStructure = true;
     static void destroy(JSCell*);
     
     static Structure* createStructure(VM&, JSGlobalObject*, JSValue prototype);
@@ -95,7 +94,6 @@
         m_set.invalidate(detail);
     }
     
-protected:
     static const unsigned StructureFlags = StructureIsImmortal | Base::StructureFlags;
     
 private:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to