Add newlines to the end of files so that linux can compile
Review URL: http://codereview.chromium.org/18817 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8664 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
webkit/port/bindings/v8/extensions
@ -22,3 +22,4 @@ v8::Extension* GCExtension::Get() {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -20,3 +20,4 @@ class GCExtension {
|
||||
}
|
||||
|
||||
#endif // GC_EXTENSION_H__
|
||||
|
||||
|
@ -19,4 +19,5 @@ class IntervalExtension {
|
||||
|
||||
}
|
||||
|
||||
#endif // INTERVAL_EXTENSION_H__
|
||||
#endif // INTERVAL_EXTENSION_H__
|
||||
|
||||
|
@ -27,3 +27,4 @@ v8::Extension* PlaybackExtension::Get() {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -31,3 +31,4 @@ class PlaybackExtension {
|
||||
}
|
||||
|
||||
#endif // PLAYBACK_EXTENSION_H__
|
||||
|
||||
|
Reference in New Issue
Block a user