From: barraclough@apple.com Date: Mon, 14 Dec 2009 01:32:48 +0000 (+0000) Subject: * runtime/JSGlobalObjectFunctions.cpp: X-Git-Url: https://git.webkit.org/?p=WebKit.git;a=commitdiff_plain;h=10d5a6c33b6c078625b5b198d752f6a9138ff2fe * runtime/JSGlobalObjectFunctions.cpp: Reviewed by NOBODY (speculative Windows build fix). git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52076 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog index ef8b1c1bb07c..4fcef9360849 100644 --- a/JavaScriptCore/ChangeLog +++ b/JavaScriptCore/ChangeLog @@ -1,3 +1,9 @@ +2009-12-13 Gavin Barraclough + + Reviewed by NOBODY (speculative Windows build fix). + + * runtime/JSGlobalObjectFunctions.cpp: + 2009-12-13 Gavin Barraclough Reviewed by Sam Weinig. diff --git a/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp b/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp index b0a68d5534e6..0bc12747359d 100644 --- a/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp +++ b/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp @@ -35,6 +35,7 @@ #include "Nodes.h" #include "Parser.h" #include "StringBuilder.h" +#include "StringExtras.h" #include "dtoa.h" #include #include