diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog index 863e427c5efd..d89ba5c756e9 100644 --- a/Source/WebKit2/ChangeLog +++ b/Source/WebKit2/ChangeLog @@ -1,3 +1,15 @@ +2014-11-19 Michael Catanzaro + + [GTK] Error in documentation of webkit_print_operation_get_page_setup() + https://bugs.webkit.org/show_bug.cgi?id=138868 + + Reviewed by Carlos Garcia Campos. + + Fix copypaste error in documentation of + webkit_print_operation_get_page_setup(). + + * UIProcess/API/gtk/WebKitPrintOperation.cpp: + 2014-11-15 Carlos Garcia Campos Network process crash when running http/tests/appcache/fallback.html diff --git a/Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp b/Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp index ee972484d852..75b435bafbd5 100644 --- a/Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp +++ b/Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp @@ -357,7 +357,7 @@ void webkit_print_operation_set_print_settings(WebKitPrintOperation* printOperat * @print_operation: a #WebKitPrintOperation * * Return the current page setup of @print_operation. It returns %NULL until - * either webkit_print_operation_set_print_settings() or webkit_print_operation_run_dialog() + * either webkit_print_operation_set_page_setup() or webkit_print_operation_run_dialog() * have been called. * * Returns: (transfer none): the current #GtkPageSetup of @print_operation.