Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
really fix compatability with webkitgtk 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Apr 24, 2017
1 parent 97cca64 commit 3721fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webkit2-extension.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include "config.h"

#ifdef HAS_WEBKITGTK_2_16
#include <webkitdom/WebKitDOMDOMWindow.h>
#include <webkitdom/webkitdom.h>
#else
#include <webkitdom/WebKitDOMCustom.h>
#endif
Expand Down

0 comments on commit 3721fd4

Please sign in to comment.