From 34b098f274e55fe9e948a627668f745410ea9d5d Mon Sep 17 00:00:00 2001 From: "mbelshe@google.com" Date: Mon, 26 Jan 2009 23:28:42 +0000 Subject: See if mac bitches about not having config.h Review URL: http://codereview.chromium.org/18828 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8678 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/port/bindings/v8/extensions/GCController.cpp | 1 + webkit/port/bindings/v8/extensions/Interval.cpp | 1 + webkit/port/bindings/v8/extensions/Playback.cpp | 1 + 3 files changed, 3 insertions(+) (limited to 'webkit/port') diff --git a/webkit/port/bindings/v8/extensions/GCController.cpp b/webkit/port/bindings/v8/extensions/GCController.cpp index c79a6b9..1074b15 100644 --- a/webkit/port/bindings/v8/extensions/GCController.cpp +++ b/webkit/port/bindings/v8/extensions/GCController.cpp @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "config.h" #include "GCController.h" namespace WebCore { diff --git a/webkit/port/bindings/v8/extensions/Interval.cpp b/webkit/port/bindings/v8/extensions/Interval.cpp index 9dfc5a1..6da7f6d 100644 --- a/webkit/port/bindings/v8/extensions/Interval.cpp +++ b/webkit/port/bindings/v8/extensions/Interval.cpp @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "config.h" #include "Interval.h" #include "wtf/CurrentTime.h" diff --git a/webkit/port/bindings/v8/extensions/Playback.cpp b/webkit/port/bindings/v8/extensions/Playback.cpp index b654098..4a50230 100644 --- a/webkit/port/bindings/v8/extensions/Playback.cpp +++ b/webkit/port/bindings/v8/extensions/Playback.cpp @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "config.h" #include "Playback.h" namespace WebCore { -- cgit v1.1