Commit 36673b08 authored by dbates@webkit.org's avatar dbates@webkit.org

2010-02-04 Daniel Bates <dbates@webkit.org>

        [Qt] Unreviewed, build fix for Qt bot.

        * runtime/JSStringBuilder.h: Changed #include <X.h> notation #include "X.h".

git-svn-id: svn://svn.chromium.org/blink/trunk@54403 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 16328d08
2010-02-04 Daniel Bates <dbates@webkit.org>
[Qt] Unreviewed, build fix for Qt bot.
* runtime/JSStringBuilder.h: Changed #include <X.h> notation #include "X.h".
2010-02-04 Geoffrey Garen <ggaren@apple.com>
Build fix: export a header.
......
......@@ -26,9 +26,9 @@
#ifndef JSStringBuilder_h
#define JSStringBuilder_h
#include <ExceptionHelpers.h>
#include <JSString.h>
#include <StringBuilder.h>
#include "ExceptionHelpers.h"
#include "JSString.h"
#include "StringBuilder.h"
namespace JSC {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment