Bug 49279 - Fix include statements for local headers
Summary: Fix include statements for local headers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-09 14:17 PST by David Kilzer (:ddkilzer)
Modified: 2010-11-09 15:37 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.62 KB, patch)
2010-11-09 14:17 PST, David Kilzer (:ddkilzer)
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2010-11-09 14:17:39 PST
Created attachment 73414 [details]
Patch

Reviewed by NOBODY (OOPS!).

Use "Foo.h" instead of <Foo.h> for local headers.

* assembler/AbstractMacroAssembler.h: Also fixed sort order.
* assembler/CodeLocation.h:
* yarr/RegexJIT.h:
* yarr/RegexParser.h:
---
 5 files changed, 19 insertions(+), 7 deletions(-)
Comment 1 David Kilzer (:ddkilzer) 2010-11-09 15:37:13 PST
Committed r71691: <http://trac.webkit.org/changeset/71691>