Title: [93025] trunk/Source/WebCore
- Revision
- 93025
- Author
- [email protected]
- Date
- 2011-08-13 12:25:51 -0700 (Sat, 13 Aug 2011)
Log Message
Remove assertion from -[WebUndefined dealloc] to try to mollify the bots.
* bindings/objc/WebScriptObject.mm:
(-[WebUndefined dealloc]):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (93024 => 93025)
--- trunk/Source/WebCore/ChangeLog 2011-08-13 19:12:22 UTC (rev 93024)
+++ trunk/Source/WebCore/ChangeLog 2011-08-13 19:25:51 UTC (rev 93025)
@@ -1,5 +1,12 @@
2011-08-13 Sam Weinig <[email protected]>
+ Remove assertion from -[WebUndefined dealloc] to try to mollify the bots.
+
+ * bindings/objc/WebScriptObject.mm:
+ (-[WebUndefined dealloc]):
+
+2011-08-13 Sam Weinig <[email protected]>
+
Remove unused variables from WebVideoFullscreenController.h
https://bugs.webkit.org/show_bug.cgi?id=66192
Modified: trunk/Source/WebCore/bindings/objc/WebScriptObject.mm (93024 => 93025)
--- trunk/Source/WebCore/bindings/objc/WebScriptObject.mm 2011-08-13 19:12:22 UTC (rev 93024)
+++ trunk/Source/WebCore/bindings/objc/WebScriptObject.mm 2011-08-13 19:25:51 UTC (rev 93025)
@@ -665,7 +665,6 @@
- (void)dealloc
{
- ASSERT_NOT_REACHED();
return;
[super dealloc]; // make -Wdealloc-check happy
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes