Title: [184412] trunk/Source/_javascript_Core
Revision
184412
Author
[email protected]
Date
2015-05-15 13:47:16 -0700 (Fri, 15 May 2015)

Log Message

Remove unnecessary forward declarations in PropertyNameArray.h.
https://bugs.webkit.org/show_bug.cgi?id=145058

Patch by Sungmann Cho <[email protected]> on 2015-05-15
Reviewed by Andreas Kling.

No new tests, no behavior change.

* runtime/PropertyNameArray.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (184411 => 184412)


--- trunk/Source/_javascript_Core/ChangeLog	2015-05-15 20:47:08 UTC (rev 184411)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-05-15 20:47:16 UTC (rev 184412)
@@ -1,3 +1,14 @@
+2015-05-15  Sungmann Cho  <[email protected]>
+
+        Remove unnecessary forward declarations in PropertyNameArray.h.
+        https://bugs.webkit.org/show_bug.cgi?id=145058
+
+        Reviewed by Andreas Kling.
+
+        No new tests, no behavior change.
+
+        * runtime/PropertyNameArray.h:
+
 2015-05-15  Mark Lam  <[email protected]>
 
         JSArray::setLength() should reallocate instead of zero-filling if the reallocation would be small enough.

Modified: trunk/Source/_javascript_Core/runtime/PropertyNameArray.h (184411 => 184412)


--- trunk/Source/_javascript_Core/runtime/PropertyNameArray.h	2015-05-15 20:47:08 UTC (rev 184411)
+++ trunk/Source/_javascript_Core/runtime/PropertyNameArray.h	2015-05-15 20:47:16 UTC (rev 184412)
@@ -28,9 +28,6 @@
 
 namespace JSC {
 
-class JSPropertyNameEnumerator;
-class Structure;
-
 // FIXME: Rename to PropertyNameArray.
 class PropertyNameArrayData : public RefCounted<PropertyNameArrayData> {
 public:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to