Title: [218326] trunk/Source/WebKit2
Revision
218326
Author
carlo...@webkit.org
Date
2017-06-15 02:49:18 -0700 (Thu, 15 Jun 2017)

Log Message

Unreviewed. Fix copy-paste error in GTK+ WEBKIT_JAVASCRIPT_ERROR definition.

The print one was copied there.

* UIProcess/API/gtk/WebKitError.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (218325 => 218326)


--- trunk/Source/WebKit2/ChangeLog	2017-06-15 09:41:27 UTC (rev 218325)
+++ trunk/Source/WebKit2/ChangeLog	2017-06-15 09:49:18 UTC (rev 218326)
@@ -1,5 +1,13 @@
 2017-06-15  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Fix copy-paste error in GTK+ WEBKIT_JAVASCRIPT_ERROR definition.
+
+        The print one was copied there.
+
+        * UIProcess/API/gtk/WebKitError.h:
+
+2017-06-15  Carlos Garcia Campos  <cgar...@igalia.com>
+
         [GTK] Add API to allow overriding popup menus
         https://bugs.webkit.org/show_bug.cgi?id=172905
 

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitError.h (218325 => 218326)


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitError.h	2017-06-15 09:41:27 UTC (rev 218325)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitError.h	2017-06-15 09:49:18 UTC (rev 218326)
@@ -34,7 +34,7 @@
 #define WEBKIT_PLUGIN_ERROR     webkit_plugin_error_quark ()
 #define WEBKIT_DOWNLOAD_ERROR   webkit_download_error_quark ()
 #define WEBKIT_PRINT_ERROR      webkit_print_error_quark ()
-#define WEBKIT_JAVASCRIPT_ERROR webkit_print_error_quark ()
+#define WEBKIT_JAVASCRIPT_ERROR webkit_javascript_error_quark ()
 #define WEBKIT_SNAPSHOT_ERROR   webkit_snapshot_error_quark ()
 
 /**
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to