Title: [152737] trunk/Source/_javascript_Core
Revision
152737
Author
[email protected]
Date
2013-07-16 13:35:30 -0700 (Tue, 16 Jul 2013)

Log Message

Remove reference to JSValueStructSupport.h from JSExport.h
https://bugs.webkit.org/show_bug.cgi?id=118746

Reviewed by Filip Pizlo.

* API/JSExport.h: No such header exists, so it doesn't make sense to reference it.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/API/JSExport.h (152736 => 152737)


--- trunk/Source/_javascript_Core/API/JSExport.h	2013-07-16 20:32:13 UTC (rev 152736)
+++ trunk/Source/_javascript_Core/API/JSExport.h	2013-07-16 20:35:30 UTC (rev 152737)
@@ -91,8 +91,7 @@
 //    class, conversion is consistent with valueWithObjectOfClass/toObject.
 // struct types: C struct types are supported, where JSValue provides support
 //    for the given type. Support is built in for CGPoint, NSRange, CGRect, and
-//    CGSize; see JSValueStructSupport.h for information on how to add support
-//    for additional types.
+//    CGSize.
 // block types: In addition to support provided by valueWithObject/toObject for
 //    block types, if a _javascript_ Function is passed as an argument, where the
 //    type required is a block with a void return value (and where the block's

Modified: trunk/Source/_javascript_Core/ChangeLog (152736 => 152737)


--- trunk/Source/_javascript_Core/ChangeLog	2013-07-16 20:32:13 UTC (rev 152736)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-07-16 20:35:30 UTC (rev 152737)
@@ -1,3 +1,12 @@
+2013-07-16  Mark Hahnenberg  <[email protected]>
+
+        Remove reference to JSValueStructSupport.h from JSExport.h
+        https://bugs.webkit.org/show_bug.cgi?id=118746
+
+        Reviewed by Filip Pizlo.
+
+        * API/JSExport.h: No such header exists, so it doesn't make sense to reference it.
+
 2013-07-13  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r151978.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to