Title: [145975] trunk/Source/WebCore
- Revision
- 145975
- Author
- k...@google.com
- Date
- 2013-03-15 19:13:47 -0700 (Fri, 15 Mar 2013)
Log Message
Unreviewed attempted build fix for Chromium Windows after r145929.
Verified this fix builds and works on Linux.
https://bugs.webkit.org/show_bug.cgi?id=96798
* bindings/v8/V8Binding.cpp:
(WebCore):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (145974 => 145975)
--- trunk/Source/WebCore/ChangeLog 2013-03-16 01:22:05 UTC (rev 145974)
+++ trunk/Source/WebCore/ChangeLog 2013-03-16 02:13:47 UTC (rev 145975)
@@ -1,3 +1,12 @@
+2013-03-15 Kenneth Russell <k...@google.com>
+
+ Unreviewed attempted build fix for Chromium Windows after r145929.
+ Verified this fix builds and works on Linux.
+ https://bugs.webkit.org/show_bug.cgi?id=96798
+
+ * bindings/v8/V8Binding.cpp:
+ (WebCore):
+
2013-03-15 Nate Chapin <jap...@chromium.org>
Merge MainResourceLoader::willSendRequest into DocumentLoader
Modified: trunk/Source/WebCore/bindings/v8/V8Binding.cpp (145974 => 145975)
--- trunk/Source/WebCore/bindings/v8/V8Binding.cpp 2013-03-16 01:22:05 UTC (rev 145974)
+++ trunk/Source/WebCore/bindings/v8/V8Binding.cpp 2013-03-16 02:13:47 UTC (rev 145975)
@@ -103,8 +103,8 @@
return NodeFilter::create(V8NodeFilterCondition::create(callback));
}
-const int32_t kMinInt32 = -0x80000000;
const int32_t kMaxInt32 = 0x7fffffff;
+const int32_t kMinInt32 = -kMaxInt32 - 1;
const uint32_t kMaxUInt32 = 0xffffffff;
const int64_t kJSMaxInteger = 0x20000000000000LL - 1; // 2^53 - 1, maximum integer exactly representable in ECMAScript.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes