Title: [122664] trunk/Source/WebCore
- Revision
- 122664
- Author
- [email protected]
- Date
- 2012-07-14 01:59:16 -0700 (Sat, 14 Jul 2012)
Log Message
Unreviewed, rolling out r122614.
http://trac.webkit.org/changeset/122614
https://bugs.webkit.org/show_bug.cgi?id=91317
Broke performance tests (Requested by rniwa on #webkit).
Patch by Sheriff Bot <[email protected]> on 2012-07-14
* bindings/v8/V8Binding.cpp:
(WebCore::StringCache::v8ExternalStringSlow):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (122663 => 122664)
--- trunk/Source/WebCore/ChangeLog 2012-07-14 08:57:27 UTC (rev 122663)
+++ trunk/Source/WebCore/ChangeLog 2012-07-14 08:59:16 UTC (rev 122664)
@@ -1,3 +1,14 @@
+2012-07-14 Sheriff Bot <[email protected]>
+
+ Unreviewed, rolling out r122614.
+ http://trac.webkit.org/changeset/122614
+ https://bugs.webkit.org/show_bug.cgi?id=91317
+
+ Broke performance tests (Requested by rniwa on #webkit).
+
+ * bindings/v8/V8Binding.cpp:
+ (WebCore::StringCache::v8ExternalStringSlow):
+
2012-07-05 Robert Hogan <[email protected]>
CSS 2.1 failure: vertical-align-boxes-001 fails
Modified: trunk/Source/WebCore/bindings/v8/V8Binding.cpp (122663 => 122664)
--- trunk/Source/WebCore/bindings/v8/V8Binding.cpp 2012-07-14 08:57:27 UTC (rev 122663)
+++ trunk/Source/WebCore/bindings/v8/V8Binding.cpp 2012-07-14 08:59:16 UTC (rev 122664)
@@ -493,7 +493,6 @@
return newString;
stringImpl->ref();
- wrapper.MarkIndependent();
wrapper.MakeWeak(stringImpl, cachedStringCallback);
m_stringCache.set(stringImpl, *wrapper);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes