From 6b213e6150c41a5ad958226dad42259fc4097b35 Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Fri, 30 Apr 2010 21:50:54 +0000 Subject: Throw something at the wall. See what sticks. This is an attempt to fix or defer WorkerPoolMac pool stoppage. 1. Catch Objective-C exceptions thrown in task bodies. 2. Make sure the queue isn't suspended when posting tasks. BUG=20471 TEST=none Review URL: http://codereview.chromium.org/1699029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46124 0039d316-1c4b-4281-b951-d872f2087c98 --- base/singleton_objc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/singleton_objc.h') diff --git a/base/singleton_objc.h b/base/singleton_objc.h index ba9fc78..3ba5f1e 100644 --- a/base/singleton_objc.h +++ b/base/singleton_objc.h @@ -23,7 +23,7 @@ // static Foo* New() { // return [[Foo alloc] initWithName:@"selecty"]; // } -// } +// }; // ... // Foo* widgetSingleton = SingletonObjC::get(); -- cgit v1.1