Title: [138321] trunk/Source/_javascript_Core
Revision
138321
Author
[email protected]
Date
2012-12-20 16:29:17 -0800 (Thu, 20 Dec 2012)

Log Message

Try to convince bots to be happy with testapi.

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/API/JSScriptRefPrivate.h (138320 => 138321)


--- trunk/Source/_javascript_Core/API/JSScriptRefPrivate.h	2012-12-21 00:23:01 UTC (rev 138320)
+++ trunk/Source/_javascript_Core/API/JSScriptRefPrivate.h	2012-12-21 00:29:17 UTC (rev 138321)
@@ -30,13 +30,13 @@
 #include <_javascript_Core/JSStringRef.h>
 #include <_javascript_Core/JSValueRef.h>
 
+/*! @typedef JSScriptRef A _javascript_ script reference. */
+typedef struct OpaqueJSScript* JSScriptRef;
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-/*! @typedef JSScriptRef A _javascript_ script reference. */
-typedef struct OpaqueJSScript* JSScriptRef;
-
 /*!
  @function
  @abstract Creates a script reference from an ascii string, without copying or taking ownership of the string

Modified: trunk/Source/_javascript_Core/ChangeLog (138320 => 138321)


--- trunk/Source/_javascript_Core/ChangeLog	2012-12-21 00:23:01 UTC (rev 138320)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-12-21 00:29:17 UTC (rev 138321)
@@ -1,3 +1,9 @@
+2012-12-20  Oliver Hunt  <[email protected]>
+
+        Try to convince bots to be happy with testapi.
+
+        * API/JSScriptRefPrivate.h:
+
 2012-12-20  Michael Saboff  <[email protected]>
 
         JIT: Change uninitialized pointer value -1 to constant
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to