Title: [119542] trunk/Source/WebKit/mac
- Revision
- 119542
- Author
- [email protected]
- Date
- 2012-06-05 17:48:14 -0700 (Tue, 05 Jun 2012)
Log Message
Rename a plug-in loading error constant
https://bugs.webkit.org/show_bug.cgi?id=88381
<rdar://problem/11602601>
Reviewed by Sam Weinig.
* Misc/WebKitErrors.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/mac/ChangeLog (119541 => 119542)
--- trunk/Source/WebKit/mac/ChangeLog 2012-06-06 00:47:22 UTC (rev 119541)
+++ trunk/Source/WebKit/mac/ChangeLog 2012-06-06 00:48:14 UTC (rev 119542)
@@ -1,3 +1,13 @@
+2012-06-05 Anders Carlsson <[email protected]>
+
+ Rename a plug-in loading error constant
+ https://bugs.webkit.org/show_bug.cgi?id=88381
+ <rdar://problem/11602601>
+
+ Reviewed by Sam Weinig.
+
+ * Misc/WebKitErrors.h:
+
2012-06-05 Dongwoo Im <[email protected]>
Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
Modified: trunk/Source/WebKit/mac/Misc/WebKitErrors.h (119541 => 119542)
--- trunk/Source/WebKit/mac/Misc/WebKitErrors.h 2012-06-06 00:47:22 UTC (rev 119541)
+++ trunk/Source/WebKit/mac/Misc/WebKitErrors.h 2012-06-06 00:48:14 UTC (rev 119542)
@@ -51,10 +51,11 @@
@constant WebKitErrorCannotFindPlugIn
@constant WebKitErrorCannotLoadPlugIn
@constant WebKitErrorJavaUnavailable
+ @constant WebKitErrorBlockedPlugInVersion
*/
enum {
WebKitErrorCannotFindPlugIn = 200,
WebKitErrorCannotLoadPlugIn = 201,
WebKitErrorJavaUnavailable = 202,
- WebKitErrorInsecurePlugInVersion = 203,
+ WebKitErrorBlockedPlugInVersion = 203,
};
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes