From b4d8044b71fecca026f297f220ba85ef67c7e42e Mon Sep 17 00:00:00 2001 From: Steve Block Date: Mon, 13 Jun 2011 23:23:54 +0100 Subject: Adds WebTiming IDL files to build and sets ENABLE_WEB_TIMING Bug: 4442995 Change-Id: I9c37d7022946fd66e1ee635328182bf1456b0de7 --- Source/JavaScriptCore/wtf/Platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/JavaScriptCore') diff --git a/Source/JavaScriptCore/wtf/Platform.h b/Source/JavaScriptCore/wtf/Platform.h index e10dd0e..e92af89 100644 --- a/Source/JavaScriptCore/wtf/Platform.h +++ b/Source/JavaScriptCore/wtf/Platform.h @@ -731,6 +731,7 @@ // Converts ListBoxes to dropdown popup lists. #define ENABLE_NO_LISTBOX_RENDERING 1 #define ENABLE_LINK_PREFETCH 1 +#define ENABLE_WEB_TIMING 1 // Android ENABLE guards not present upstream #define ENABLE_COMPOSITED_FIXED_ELEMENTS 1 // FIXME: Rename to ENABLE_ANDROID_COMPOSITED_FIXED_ELEMENTS -- cgit v1.1