diff options
author | portix <none@none> | 2012-03-25 00:05:24 +0100 |
---|---|---|
committer | portix <none@none> | 2012-03-25 00:05:24 +0100 |
commit | 9f120adf643d1f3ffe9e11e20787abd7f363d623 (patch) | |
tree | 7895ce1e170e549f176b7fca449ddfeb62477ac0 /src/dwb.h | |
parent | a04e49c249a0f1a58de8343b12bc458436917e77 (diff) | |
download | dwb-9f120adf643d1f3ffe9e11e20787abd7f363d623.zip |
Unprotect hint_object not on WEBKIT_LOAD_PROVISIONAL but immediately before a new hint_object is created
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ #define CLEAR_COMMAND_TEXT() dwb_set_status_bar_text(dwb.gui.lstatus, NULL, NULL, NULL, false) #define BOOLEAN(X) (!(!(X))) #define NAVIGATION(X) ((Navigation*)((X)->data)) -#define JS_CONEXT_REF(X) (webkit_web_frame_get_global_context(webkit_web_view_get_main_frame(WEBVIEW(gl)))) +#define JS_CONTEXT_REF(X) (webkit_web_frame_get_global_context(webkit_web_view_get_main_frame(WEBVIEW(gl)))) #define CURRENT_URL() webkit_web_view_get_uri(CURRENT_WEBVIEW()) |