From 344986463565dd6ab51d4ef3ebec52b5880817e8 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Wed, 26 Oct 2016 13:05:16 -0500 Subject: [PATCH] web-extension: Stop using unstable DOM API headers It's undesirable for Yelp to live on the edge, depending on API/ABI that can change at any time, without us noticing, without any WebKit soname bump. So the unstable API has been removed from WebKit. All API needed by Yelp is now stable. And there was much rejoicing in the streets! https://bugzilla.gnome.org/show_bug.cgi?id=773551 --- libyelp/web-extension/yelp-web-extension.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libyelp/web-extension/yelp-web-extension.c b/libyelp/web-extension/yelp-web-extension.c index 770b3a75..c835021d 100644 --- a/libyelp/web-extension/yelp-web-extension.c +++ b/libyelp/web-extension/yelp-web-extension.c @@ -19,14 +19,12 @@ */ #include +#include #include #include #include "yelp-uri.h" #include "yelp-uri-builder.h" -#define WEBKIT_DOM_USE_UNSTABLE_API -#include - static YelpUri *current_uri; static gchar * -- 2.11.4.GIT