summaryrefslogtreecommitdiff
path: root/src/dwb.h
diff options
context:
space:
mode:
authorportix <none@none>2012-03-25 00:05:24 +0100
committerportix <none@none>2012-03-25 00:05:24 +0100
commit9f120adf643d1f3ffe9e11e20787abd7f363d623 (patch)
tree7895ce1e170e549f176b7fca449ddfeb62477ac0 /src/dwb.h
parenta04e49c249a0f1a58de8343b12bc458436917e77 (diff)
downloaddwb-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dwb.h b/src/dwb.h
index fcb7d3ff..eabd6bb8 100644
--- a/src/dwb.h
+++ b/src/dwb.h
@@ -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())