Title: [112315] trunk/Source/WebCore/platform/mac/SoftLinking.h
- Revision
- 112315
- Author
- [email protected]
- Date
- 2012-03-27 14:29:41 -0700 (Tue, 27 Mar 2012)
Log Message
Fix a missing block call that was found post review.
Modified Paths
Diff
Modified: trunk/Source/WebCore/platform/mac/SoftLinking.h (112314 => 112315)
--- trunk/Source/WebCore/platform/mac/SoftLinking.h 2012-03-27 21:29:05 UTC (rev 112314)
+++ trunk/Source/WebCore/platform/mac/SoftLinking.h 2012-03-27 21:29:41 UTC (rev 112315)
@@ -60,7 +60,7 @@
if (!result) \
result = dlopen("/System/Library/StagedFrameworks/Safari/" #framework ".framework/" #framework, RTLD_LAZY); \
return result; \
- }; \
+ }(); \
return frameworkLibrary; \
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes