Commit 6424b656 authored by ggaren@apple.com's avatar ggaren@apple.com

2009-04-16 Geoffrey Garen <ggaren@apple.com>

        Build fix: updated check-for-global-initializers to account for code motion.

        * Scripts/check-for-global-initializers:



git-svn-id: svn://svn.chromium.org/blink/trunk@42594 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent b2a7eb8d
2009-04-16 Geoffrey Garen <ggaren@apple.com>
Build fix: updated check-for-global-initializers to account for code motion.
* Scripts/check-for-global-initializers:
2009-04-16 Zan Dobersek <zandobersek@gmail.com>
Reviewed by Adam Roben.
......
......@@ -103,7 +103,7 @@ for my $file (sort @files) {
next if $shortName eq "CachedResource.o";
next if $shortName eq "Frame.o";
next if $shortName eq "JSCustomSQLTransactionCallback.o";
next if $shortName eq "JSEventListener.o";
next if $shortName eq "JSLazyEventListener.o";
next if $shortName eq "Node.o";
next if $shortName eq "Page.o";
next if $shortName eq "Range.o";
......
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