Title: [146708] trunk/Source/_javascript_Core
- Revision
- 146708
- Author
- [email protected]
- Date
- 2013-03-22 20:24:23 -0700 (Fri, 22 Mar 2013)
Log Message
Fix the typo: WIN -> WINDOWS.
* API/tests/testapi.c:
(main):
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/API/tests/testapi.c (146707 => 146708)
--- trunk/Source/_javascript_Core/API/tests/testapi.c 2013-03-23 03:12:51 UTC (rev 146707)
+++ trunk/Source/_javascript_Core/API/tests/testapi.c 2013-03-23 03:24:23 UTC (rev 146708)
@@ -134,7 +134,7 @@
JSStringRelease(valueAsString);
}
-#if !OS(WIN)
+#if !OS(WINDOWS)
static int leakedObject = 1;
static void leakFinalize(JSObjectRef object)
@@ -1744,7 +1744,7 @@
free(scriptUTF8);
}
-#if !OS(WIN)
+#if !OS(WINDOWS)
testLeakingPrototypesAcrossContexts();
#endif
Modified: trunk/Source/_javascript_Core/ChangeLog (146707 => 146708)
--- trunk/Source/_javascript_Core/ChangeLog 2013-03-23 03:12:51 UTC (rev 146707)
+++ trunk/Source/_javascript_Core/ChangeLog 2013-03-23 03:24:23 UTC (rev 146708)
@@ -1,5 +1,12 @@
2013-03-22 Ryosuke Niwa <[email protected]>
+ Fix the typo: WIN -> WINDOWS.
+
+ * API/tests/testapi.c:
+ (main):
+
+2013-03-22 Ryosuke Niwa <[email protected]>
+
I really can't figure out what's wrong with this one.
Temporarily disable the test added by r146682 on Windows since it doesn't compile.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes