diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 14:53:04 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 14:53:04 +0000 |
commit | 4330ad19ce4e258ee8b3e36930c2265b1df029ab (patch) | |
tree | fd6251dc03ce7f956fa0d58fa74b25e56bc32526 /webkit | |
parent | 0c581e6da36097611f471ed626a26fa2fad3389d (diff) | |
download | chromium_src-4330ad19ce4e258ee8b3e36930c2265b1df029ab.zip chromium_src-4330ad19ce4e258ee8b3e36930c2265b1df029ab.tar.gz chromium_src-4330ad19ce4e258ee8b3e36930c2265b1df029ab.tar.bz2 |
NO CODE CHANGE
Normalize end of file newlines in webkit/. All files end in a single newline.
Review URL: http://codereview.chromium.org/42070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
198 files changed, 0 insertions, 210 deletions
diff --git a/webkit/activex_shim/activex_plugin.cc b/webkit/activex_shim/activex_plugin.cc index ae638a3..e033d4c 100644 --- a/webkit/activex_shim/activex_plugin.cc +++ b/webkit/activex_shim/activex_plugin.cc @@ -478,4 +478,3 @@ std::wstring ActiveXPlugin::ResolveURL(const std::wstring& url) { } // namespace activex_shim - diff --git a/webkit/activex_shim/activex_plugin.h b/webkit/activex_shim/activex_plugin.h index 2053c5d..9cbeac2 100644 --- a/webkit/activex_shim/activex_plugin.h +++ b/webkit/activex_shim/activex_plugin.h @@ -101,4 +101,3 @@ class ActiveXPlugin : public DispatchObject { } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_ACTIVEX_PLUGIN_H__ - diff --git a/webkit/activex_shim/activex_shared.cc b/webkit/activex_shim/activex_shared.cc index 965429bc..c5b06a5 100644 --- a/webkit/activex_shim/activex_shared.cc +++ b/webkit/activex_shim/activex_shared.cc @@ -226,4 +226,3 @@ bool IsMimeTypeActiveX(const std::string& mimetype) { } } // namespace activex_shim - diff --git a/webkit/activex_shim/activex_shared.h b/webkit/activex_shim/activex_shared.h index dc99116..9b34dc9 100644 --- a/webkit/activex_shim/activex_shared.h +++ b/webkit/activex_shim/activex_shared.h @@ -64,4 +64,3 @@ bool IsMimeTypeActiveX(const std::string& mimetype); } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_ACTIVEX_SHARED_H__ - diff --git a/webkit/activex_shim/activex_util.cc b/webkit/activex_shim/activex_util.cc index fbb9125..674c53f 100644 --- a/webkit/activex_shim/activex_util.cc +++ b/webkit/activex_shim/activex_util.cc @@ -468,4 +468,3 @@ wchar_t* CoTaskMemAllocString(const std::wstring& s) { } } // namespace activex_shim - diff --git a/webkit/activex_shim/activex_util.h b/webkit/activex_shim/activex_util.h index 9b1ca88..d49f577 100644 --- a/webkit/activex_shim/activex_util.h +++ b/webkit/activex_shim/activex_util.h @@ -165,4 +165,3 @@ struct ScopedVariant : public VARIANT { } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_ACTIVEX_UTIL_H__ - diff --git a/webkit/activex_shim/dispatch_object.cc b/webkit/activex_shim/dispatch_object.cc index 71dd476..461cea3 100644 --- a/webkit/activex_shim/dispatch_object.cc +++ b/webkit/activex_shim/dispatch_object.cc @@ -288,4 +288,3 @@ bool NPRemoveProperty(NPObject* obj, NPIdentifier name) { } } // namespace activex_shim - diff --git a/webkit/activex_shim/dispatch_object.h b/webkit/activex_shim/dispatch_object.h index ce6b5dc..1dc63a9 100644 --- a/webkit/activex_shim/dispatch_object.h +++ b/webkit/activex_shim/dispatch_object.h @@ -122,4 +122,3 @@ bool NPRemoveProperty(NPObject* npobj, NPIdentifier propertyName); } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_DISPATCH_OBJECT_H__ - diff --git a/webkit/activex_shim/ihtmldocument_impl.h b/webkit/activex_shim/ihtmldocument_impl.h index f5445b0..43897da 100644 --- a/webkit/activex_shim/ihtmldocument_impl.h +++ b/webkit/activex_shim/ihtmldocument_impl.h @@ -481,4 +481,3 @@ class IHTMLDocument2Impl : public IHTMLDocument2 { } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_IHTMLDOCUMENT_IMPL_H__ - diff --git a/webkit/activex_shim/iwebbrowser_impl.h b/webkit/activex_shim/iwebbrowser_impl.h index f65b7e7..a2a2430 100644 --- a/webkit/activex_shim/iwebbrowser_impl.h +++ b/webkit/activex_shim/iwebbrowser_impl.h @@ -301,4 +301,3 @@ class IWebBrowser2Impl : public IWebBrowser2 { } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_IWEBBROWSER_IMPL_H__ - diff --git a/webkit/activex_shim/npn_scripting.cc b/webkit/activex_shim/npn_scripting.cc index 919745f..203f933 100644 --- a/webkit/activex_shim/npn_scripting.cc +++ b/webkit/activex_shim/npn_scripting.cc @@ -268,4 +268,3 @@ void NPVariantWrap::SetString(const std::wstring& val) { } } // namespace activex_shim - diff --git a/webkit/activex_shim/npn_scripting.h b/webkit/activex_shim/npn_scripting.h index 010e4dd..254828e 100644 --- a/webkit/activex_shim/npn_scripting.h +++ b/webkit/activex_shim/npn_scripting.h @@ -93,4 +93,3 @@ struct NPVariantWrap : public NPVariant { } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_NPN_SCRIPTING_H__ - diff --git a/webkit/activex_shim/npp_impl.cc b/webkit/activex_shim/npp_impl.cc index 601ee41..953a3aa 100644 --- a/webkit/activex_shim/npp_impl.cc +++ b/webkit/activex_shim/npp_impl.cc @@ -146,4 +146,3 @@ NPError NPP_SetValue(NPP instance, NPNVariable variable, void* value) { } } // namespace activex_shim - diff --git a/webkit/activex_shim/npp_impl.h b/webkit/activex_shim/npp_impl.h index 3459460..95dab34 100644 --- a/webkit/activex_shim/npp_impl.h +++ b/webkit/activex_shim/npp_impl.h @@ -21,4 +21,3 @@ extern NPNetscapeFuncs* g_browser; } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_NPP_IMPL_H__ - diff --git a/webkit/activex_shim/web_activex_container.cc b/webkit/activex_shim/web_activex_container.cc index cadb97c..60a120c 100644 --- a/webkit/activex_shim/web_activex_container.cc +++ b/webkit/activex_shim/web_activex_container.cc @@ -344,4 +344,3 @@ WebActiveXSite* WebActiveXContainer::GetFirstSite() { } } // namespace activex_shim - diff --git a/webkit/activex_shim/web_activex_container.h b/webkit/activex_shim/web_activex_container.h index fa30dc0..108a7e1 100644 --- a/webkit/activex_shim/web_activex_container.h +++ b/webkit/activex_shim/web_activex_container.h @@ -189,4 +189,3 @@ class WebActiveXContainer : public IOleContainer, } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_WEB_ACTIVEX_CONTAINER_H__ - diff --git a/webkit/activex_shim/web_activex_site.cc b/webkit/activex_shim/web_activex_site.cc index d3b7845..8b26313 100644 --- a/webkit/activex_shim/web_activex_site.cc +++ b/webkit/activex_shim/web_activex_site.cc @@ -665,4 +665,3 @@ HRESULT STDMETHODCALLTYPE WebActiveXSite::LoadObject(LPCOLESTR name, } } // namespace activex_shim - diff --git a/webkit/activex_shim/web_activex_site.h b/webkit/activex_shim/web_activex_site.h index 74ca89b..b3201dc 100644 --- a/webkit/activex_shim/web_activex_site.h +++ b/webkit/activex_shim/web_activex_site.h @@ -223,4 +223,3 @@ class WebActiveXSite : public MinimumIDispatchImpl, } // namespace activex_shim #endif // #ifndef WEBKIT_ACTIVEX_SHIM_WEB_ACTIVEX_SITE_H__ - diff --git a/webkit/activex_shim_dll/activex_shim_dll.cc b/webkit/activex_shim_dll/activex_shim_dll.cc index 74deff3..558388f 100644 --- a/webkit/activex_shim_dll/activex_shim_dll.cc +++ b/webkit/activex_shim_dll/activex_shim_dll.cc @@ -44,5 +44,3 @@ NPError WINAPI NP_Initialize(NPNetscapeFuncs* funcs) { NPError WINAPI NP_Shutdown(void) { return activex_shim::ActiveX_Shim_NP_Shutdown(); } - - diff --git a/webkit/build/JavaScriptCore/pthread.h b/webkit/build/JavaScriptCore/pthread.h index 1c6b337..6b3a7fe 100644 --- a/webkit/build/JavaScriptCore/pthread.h +++ b/webkit/build/JavaScriptCore/pthread.h @@ -78,4 +78,3 @@ inline int pthread_cond_broadcast(pthread_cond_t *) { #endif // CHROME_WEBKIT_BUILD_JAVASCRIPTCORE_PTHREAD_H__ - diff --git a/webkit/build/JavaScriptCore/sched.h b/webkit/build/JavaScriptCore/sched.h index 2fd6241..276e87a 100644 --- a/webkit/build/JavaScriptCore/sched.h +++ b/webkit/build/JavaScriptCore/sched.h @@ -12,4 +12,3 @@ inline int sched_yield() { } #endif // WEBKIT_BUILD_JAVASCRIPTCORE_SCHED_H__ - diff --git a/webkit/build/V8Bindings/precompiled_v8bindings.h b/webkit/build/V8Bindings/precompiled_v8bindings.h index 5860853f..e1a8217 100644 --- a/webkit/build/V8Bindings/precompiled_v8bindings.h +++ b/webkit/build/V8Bindings/precompiled_v8bindings.h @@ -13,4 +13,3 @@ #include <hash_map> #include <string> #include <vector> - diff --git a/webkit/default_plugin/activex_installer.cc b/webkit/default_plugin/activex_installer.cc index 879cf40..002c8e1 100644 --- a/webkit/default_plugin/activex_installer.cc +++ b/webkit/default_plugin/activex_installer.cc @@ -115,4 +115,3 @@ HRESULT STDMETHODCALLTYPE ActiveXInstaller::GetWindow(REFGUID rguid_reason, *phwnd = wnd_; return S_OK; } - diff --git a/webkit/default_plugin/activex_installer.h b/webkit/default_plugin/activex_installer.h index 7c80167..330bc77 100644 --- a/webkit/default_plugin/activex_installer.h +++ b/webkit/default_plugin/activex_installer.h @@ -62,4 +62,3 @@ END_COM_MAP() }; #endif // #ifndef WEBKIT_DEFAULT_PLUGIN_ACTIVEX_INSTALLER_H__ - diff --git a/webkit/default_plugin/default_plugin_shared.h b/webkit/default_plugin/default_plugin_shared.h index 4e46318..22c1926 100644 --- a/webkit/default_plugin/default_plugin_shared.h +++ b/webkit/default_plugin/default_plugin_shared.h @@ -24,4 +24,3 @@ enum MissingPluginStatus { } // namespace activex_shim #endif // #ifndef WEBKIT_DEFAULT_PLUGIN_DEFAULT_PLUGIN_SHARED_H - diff --git a/webkit/default_plugin/install_dialog.cc b/webkit/default_plugin/install_dialog.cc index cd8e33a..6b20939 100644 --- a/webkit/default_plugin/install_dialog.cc +++ b/webkit/default_plugin/install_dialog.cc @@ -171,4 +171,3 @@ void PluginInstallDialog::AdjustTextDirectionality(std::wstring* text) const { text->append(L"\x202C"); } } - diff --git a/webkit/default_plugin/install_dialog.h b/webkit/default_plugin/install_dialog.h index 9a5f3ca..d755827 100644 --- a/webkit/default_plugin/install_dialog.h +++ b/webkit/default_plugin/install_dialog.h @@ -55,4 +55,3 @@ class PluginInstallDialog : public CDialogImpl<PluginInstallDialog> { }; #endif // WEBKIT_DEFAULT_PLUGIN_INSTALL_DIALOG_H__ - diff --git a/webkit/default_plugin/plugin_database_handler.cc b/webkit/default_plugin/plugin_database_handler.cc index 68126fa..0d76084 100644 --- a/webkit/default_plugin/plugin_database_handler.cc +++ b/webkit/default_plugin/plugin_database_handler.cc @@ -349,4 +349,3 @@ bool PluginDatabaseHandler::ReadPluginInfo(_xmlNode* plugin_node, return true; } - diff --git a/webkit/default_plugin/plugin_database_handler.h b/webkit/default_plugin/plugin_database_handler.h index cc37c90..ae83a28 100644 --- a/webkit/default_plugin/plugin_database_handler.h +++ b/webkit/default_plugin/plugin_database_handler.h @@ -154,4 +154,3 @@ class PluginDatabaseHandler { }; #endif // WEBKIT_DEFAULT_PLUGIN_PLUGIN_DATABASE_DOWNLOAD_HANDLER_H - diff --git a/webkit/default_plugin/plugin_impl_mac.h b/webkit/default_plugin/plugin_impl_mac.h index f51e5e7..45a785e 100644 --- a/webkit/default_plugin/plugin_impl_mac.h +++ b/webkit/default_plugin/plugin_impl_mac.h @@ -323,4 +323,3 @@ class PluginInstallerImpl { #endif // WEBKIT_DEFAULT_PLUGIN_PLUGIN_IMPL_MAC_H_ - diff --git a/webkit/default_plugin/plugin_impl_win.cc b/webkit/default_plugin/plugin_impl_win.cc index d3cbdaa..28d1766 100644 --- a/webkit/default_plugin/plugin_impl_win.cc +++ b/webkit/default_plugin/plugin_impl_win.cc @@ -751,4 +751,3 @@ void PluginInstallerImpl::NotifyPluginStatus(int status) { default_plugin::kMissingPluginStatusStart + status), NULL); } - diff --git a/webkit/default_plugin/plugin_impl_win.h b/webkit/default_plugin/plugin_impl_win.h index f7939e9..7b396a6 100644 --- a/webkit/default_plugin/plugin_impl_win.h +++ b/webkit/default_plugin/plugin_impl_win.h @@ -372,4 +372,3 @@ class PluginInstallerImpl : public CWindowImpl<PluginInstallerImpl> { #endif // WEBKIT_DEFAULT_PLUGIN_PLUGIN_IMPL_WIN_H_ - diff --git a/webkit/default_plugin/plugin_install_job_monitor.cc b/webkit/default_plugin/plugin_install_job_monitor.cc index 5851bee..c762f34 100644 --- a/webkit/default_plugin/plugin_install_job_monitor.cc +++ b/webkit/default_plugin/plugin_install_job_monitor.cc @@ -103,4 +103,3 @@ bool PluginInstallationJobMonitorThread::AssignProcessToJob( BOOL result = AssignProcessToJobObject(install_job_, process_handle); return result ? true : false; } - diff --git a/webkit/default_plugin/plugin_install_job_monitor.h b/webkit/default_plugin/plugin_install_job_monitor.h index d86384a..9ca727e 100644 --- a/webkit/default_plugin/plugin_install_job_monitor.h +++ b/webkit/default_plugin/plugin_install_job_monitor.h @@ -76,4 +76,3 @@ class PluginInstallationJobMonitorThread : }; #endif // WEBKIT_DEFAULT_PLUGIN_PLUGIN_INSTALL_JOB_MONITOR_H__ - diff --git a/webkit/extensions/v8/gc_extension.cc b/webkit/extensions/v8/gc_extension.cc index 3f1152d..50fbc4d 100644 --- a/webkit/extensions/v8/gc_extension.cc +++ b/webkit/extensions/v8/gc_extension.cc @@ -23,4 +23,3 @@ v8::Extension* GCExtension::Get() { } } // namespace extensions_v8 - diff --git a/webkit/extensions/v8/gc_extension.h b/webkit/extensions/v8/gc_extension.h index 42dd684..791eb2e 100644 --- a/webkit/extensions/v8/gc_extension.h +++ b/webkit/extensions/v8/gc_extension.h @@ -20,4 +20,3 @@ class GCExtension { } // namespace extensions_v8 #endif // WEBKIT_EXTENSIONS_V8_GC_EXTENSION_H_ - diff --git a/webkit/extensions/v8/gears_extension.h b/webkit/extensions/v8/gears_extension.h index 6f62787..cb828438 100644 --- a/webkit/extensions/v8/gears_extension.h +++ b/webkit/extensions/v8/gears_extension.h @@ -21,4 +21,3 @@ class GearsExtension { } // namespace extensions_v8 #endif // WEBKIT_EXTENSIONS_V8_GEARS_EXTENSION_H_ - diff --git a/webkit/extensions/v8/interval_extension.cc b/webkit/extensions/v8/interval_extension.cc index 9b43e73..3383c71 100644 --- a/webkit/extensions/v8/interval_extension.cc +++ b/webkit/extensions/v8/interval_extension.cc @@ -57,4 +57,3 @@ v8::Extension* IntervalExtension::Get() { } } // namespace extensions_v8 - diff --git a/webkit/extensions/v8/interval_extension.h b/webkit/extensions/v8/interval_extension.h index 36da067..83e37bc 100644 --- a/webkit/extensions/v8/interval_extension.h +++ b/webkit/extensions/v8/interval_extension.h @@ -20,4 +20,3 @@ class IntervalExtension { } // namespace extensions_v8 #endif // WEBKIT_EXTENSIONS_V8_INTERVAL_EXTENSION_H_ - diff --git a/webkit/extensions/v8/playback_extension.cc b/webkit/extensions/v8/playback_extension.cc index 0291350..e850457 100644 --- a/webkit/extensions/v8/playback_extension.cc +++ b/webkit/extensions/v8/playback_extension.cc @@ -28,4 +28,3 @@ v8::Extension* PlaybackExtension::Get() { } } // namespace extensions_v8 - diff --git a/webkit/extensions/v8/playback_extension.h b/webkit/extensions/v8/playback_extension.h index 3e50976..157fa17 100644 --- a/webkit/extensions/v8/playback_extension.h +++ b/webkit/extensions/v8/playback_extension.h @@ -28,4 +28,3 @@ class PlaybackExtension { } // namespace extensions_v8 #endif // WEBKIT_EXTENSIONS_V8_PLAYBACK_EXTENSION_H_ - diff --git a/webkit/extensions/v8/profiler_extension.cc b/webkit/extensions/v8/profiler_extension.cc index e4c64d1..7a4f13f 100644 --- a/webkit/extensions/v8/profiler_extension.cc +++ b/webkit/extensions/v8/profiler_extension.cc @@ -86,4 +86,3 @@ v8::Extension* ProfilerExtension::Get() { } } // namespace extensions_v8 - diff --git a/webkit/extensions/v8/profiler_extension.h b/webkit/extensions/v8/profiler_extension.h index 8112da3..d56d66a 100644 --- a/webkit/extensions/v8/profiler_extension.h +++ b/webkit/extensions/v8/profiler_extension.h @@ -21,4 +21,3 @@ class ProfilerExtension { } // namespace extensions_v8 #endif // WEBKIT_EXTENSIONS_V8_PROFILER_EXTENSION_H_ - diff --git a/webkit/glue/alt_404_page_resource_fetcher.cc b/webkit/glue/alt_404_page_resource_fetcher.cc index 89dc157..8e3c140 100644 --- a/webkit/glue/alt_404_page_resource_fetcher.cc +++ b/webkit/glue/alt_404_page_resource_fetcher.cc @@ -45,4 +45,3 @@ void Alt404PageResourceFetcher::OnURLFetchComplete( } doc_loader_ = NULL; } - diff --git a/webkit/glue/alt_404_page_resource_fetcher.h b/webkit/glue/alt_404_page_resource_fetcher.h index 694b00f..a488ad5 100644 --- a/webkit/glue/alt_404_page_resource_fetcher.h +++ b/webkit/glue/alt_404_page_resource_fetcher.h @@ -49,4 +49,3 @@ class Alt404PageResourceFetcher : public ResourceFetcher::Delegate { }; #endif // WEBKIT_GLUE_ALT_404_PAGE_RESOURCE_HANDLE_CLIENT_H__ - diff --git a/webkit/glue/alt_error_page_resource_fetcher.cc b/webkit/glue/alt_error_page_resource_fetcher.cc index 722c6c9..53f7a26 100644 --- a/webkit/glue/alt_error_page_resource_fetcher.cc +++ b/webkit/glue/alt_error_page_resource_fetcher.cc @@ -58,4 +58,3 @@ void AltErrorPageResourceFetcher::OnURLFetchComplete( web_error_, std::string(), true); } } - diff --git a/webkit/glue/alt_error_page_resource_fetcher.h b/webkit/glue/alt_error_page_resource_fetcher.h index 8181a99..e729d5a 100644 --- a/webkit/glue/alt_error_page_resource_fetcher.h +++ b/webkit/glue/alt_error_page_resource_fetcher.h @@ -49,4 +49,3 @@ class AltErrorPageResourceFetcher : public ResourceFetcher::Delegate { }; #endif // WEBKIT_GLUE_ALT_ERROR_PAGE_RESOURCE_FETCHER_H__ - diff --git a/webkit/glue/autocomplete_input_listener.h b/webkit/glue/autocomplete_input_listener.h index b89b698..f9b403c 100644 --- a/webkit/glue/autocomplete_input_listener.h +++ b/webkit/glue/autocomplete_input_listener.h @@ -197,4 +197,3 @@ class AutocompleteBodyListener : public WebCore::EventListener { } // webkit_glue #endif // WEBKIT_GLUE_AUTOCOMPLETE_INPUT_LISTENER_H__ - diff --git a/webkit/glue/cache_manager.cc b/webkit/glue/cache_manager.cc index aaf9c94..09e43a8 100644 --- a/webkit/glue/cache_manager.cc +++ b/webkit/glue/cache_manager.cc @@ -90,4 +90,3 @@ void CacheManager::GetResourceTypeStats( memset(result, 0, sizeof(CacheManager::ResourceTypeStats)); } } - diff --git a/webkit/glue/cache_manager.h b/webkit/glue/cache_manager.h index 2d18111..bb1aa6e 100644 --- a/webkit/glue/cache_manager.h +++ b/webkit/glue/cache_manager.h @@ -61,4 +61,3 @@ class CacheManager { }; #endif // WEBKIT_GLUE_CACHE_MANAGER_H__ - diff --git a/webkit/glue/console_message_level.h b/webkit/glue/console_message_level.h index 73be3cb..82ad3a5 100644 --- a/webkit/glue/console_message_level.h +++ b/webkit/glue/console_message_level.h @@ -13,4 +13,3 @@ enum ConsoleMessageLevel { }; #endif // WEBKIT_GLUE_CONSOLE_MESSAGE_LEVEL_H__ - diff --git a/webkit/glue/context_menu.h b/webkit/glue/context_menu.h index a9e4703..099938c 100644 --- a/webkit/glue/context_menu.h +++ b/webkit/glue/context_menu.h @@ -110,4 +110,3 @@ struct ContextMenuParams { }; #endif // WEBKIT_GLUE_CONTEXT_NODE_TYPES_H__ - diff --git a/webkit/glue/context_menu_client_impl.h b/webkit/glue/context_menu_client_impl.h index 59519b2..8d3eeb9 100644 --- a/webkit/glue/context_menu_client_impl.h +++ b/webkit/glue/context_menu_client_impl.h @@ -45,4 +45,3 @@ private: }; #endif // WEBKIT_GLUE_CONTEXT_MENU_CLIENT_IMPL_H__ - diff --git a/webkit/glue/context_menu_unittest.cc b/webkit/glue/context_menu_unittest.cc index 7886a5a..d54d1f3 100644 --- a/webkit/glue/context_menu_unittest.cc +++ b/webkit/glue/context_menu_unittest.cc @@ -64,4 +64,3 @@ TEST_F(ContextMenuCapturing, ContextMenuCapturing) { EXPECT_EQ(1U, test_delegate->captured_context_menu_events().size()); } - diff --git a/webkit/glue/cpp_binding_example.cc b/webkit/glue/cpp_binding_example.cc index a469788..e89bac0 100644 --- a/webkit/glue/cpp_binding_example.cc +++ b/webkit/glue/cpp_binding_example.cc @@ -94,4 +94,3 @@ void CppBindingExample::fallbackMethod(const CppArgumentList& args, CppVariant* result) { printf("Error: unknown JavaScript method invoked.\n"); } - diff --git a/webkit/glue/cpp_binding_example.h b/webkit/glue/cpp_binding_example.h index c6ec610..c89e814 100644 --- a/webkit/glue/cpp_binding_example.h +++ b/webkit/glue/cpp_binding_example.h @@ -73,4 +73,3 @@ class CppBindingExample : public CppBoundClass { }; #endif // CPP_BINDING_EXAMPLE_H__ - diff --git a/webkit/glue/cpp_bound_class.h b/webkit/glue/cpp_bound_class.h index a29f441..b828107 100644 --- a/webkit/glue/cpp_bound_class.h +++ b/webkit/glue/cpp_bound_class.h @@ -144,4 +144,3 @@ class CppBoundClass { }; #endif // CPP_BOUNDCLASS_H__ - diff --git a/webkit/glue/cpp_variant.h b/webkit/glue/cpp_variant.h index 2cf9e8f..71b3166 100644 --- a/webkit/glue/cpp_variant.h +++ b/webkit/glue/cpp_variant.h @@ -108,4 +108,3 @@ class CppVariant : public NPVariant { }; #endif // WEBKIT_GLUE_CPP_VARIANT_H__ - diff --git a/webkit/glue/cpp_variant_unittest.cc b/webkit/glue/cpp_variant_unittest.cc index f80651d..46747a2 100644 --- a/webkit/glue/cpp_variant_unittest.cc +++ b/webkit/glue/cpp_variant_unittest.cc @@ -431,4 +431,3 @@ TEST(CppVariantTest, IsTypeFunctionsWork) { NPN_ReleaseObject(obj); CheckObject(cpp); } - diff --git a/webkit/glue/debugger_bridge.cc b/webkit/glue/debugger_bridge.cc index bd31598..6a00858 100644 --- a/webkit/glue/debugger_bridge.cc +++ b/webkit/glue/debugger_bridge.cc @@ -68,4 +68,3 @@ void DebuggerBridge::Command(const std::wstring& cmd) { cmd.length()); #endif } - diff --git a/webkit/glue/dom_serializer.cc b/webkit/glue/dom_serializer.cc index c535e73..47b4b6f 100644 --- a/webkit/glue/dom_serializer.cc +++ b/webkit/glue/dom_serializer.cc @@ -606,4 +606,3 @@ bool DomSerializer::SerializeDom() { } } // namespace webkit_glue - diff --git a/webkit/glue/dom_serializer_delegate.h b/webkit/glue/dom_serializer_delegate.h index 2476bc1..278a3a7 100644 --- a/webkit/glue/dom_serializer_delegate.h +++ b/webkit/glue/dom_serializer_delegate.h @@ -50,4 +50,3 @@ class DomSerializerDelegate { } // namespace webkit_glue #endif // WEBKIT_GLUE_DOM_SERIALIZER_DELEGATE_H__ - diff --git a/webkit/glue/dragclient_impl.h b/webkit/glue/dragclient_impl.h index 151a261..fe0db77 100644 --- a/webkit/glue/dragclient_impl.h +++ b/webkit/glue/dragclient_impl.h @@ -53,4 +53,3 @@ private: }; #endif // #ifndef WEBKIT_GLUE_DRAGCLIENT_IMPL_H__ - diff --git a/webkit/glue/editor_client_impl.h b/webkit/glue/editor_client_impl.h index be75830..c503bfc 100644 --- a/webkit/glue/editor_client_impl.h +++ b/webkit/glue/editor_client_impl.h @@ -178,4 +178,3 @@ class EditorClientImpl : public WebCore::EditorClient { }; #endif // WEBKIT_GLUE_EDITOR_CLIENT_IMPL_H__ - diff --git a/webkit/glue/entity_map.h b/webkit/glue/entity_map.h index f83b829..69c15b9 100644 --- a/webkit/glue/entity_map.h +++ b/webkit/glue/entity_map.h @@ -27,4 +27,3 @@ class EntityMap { } // namespace webkit_glue #endif // WEBKIT_GLUE_ENTITY_MAP_H__ - diff --git a/webkit/glue/event_conversion.h b/webkit/glue/event_conversion.h index 8f37267..05cb4cd 100644 --- a/webkit/glue/event_conversion.h +++ b/webkit/glue/event_conversion.h @@ -51,4 +51,3 @@ class MakePlatformKeyboardEvent : public WebCore::PlatformKeyboardEvent { }; #endif // WEBKIT_GLUE_EVENT_CONVERSION_H__ - diff --git a/webkit/glue/feed_preview.cc b/webkit/glue/feed_preview.cc index 7537f6d..7b2cdedb 100644 --- a/webkit/glue/feed_preview.cc +++ b/webkit/glue/feed_preview.cc @@ -80,4 +80,3 @@ void FeedClientProxy::didFail(ResourceHandle* handle, } } // namespace WebCore - diff --git a/webkit/glue/feed_preview.h b/webkit/glue/feed_preview.h index f81bcea..1305bc0 100644 --- a/webkit/glue/feed_preview.h +++ b/webkit/glue/feed_preview.h @@ -54,4 +54,3 @@ class FeedClientProxy : public ResourceHandleClient { } // namespace WebCore #endif // WEBKIT_GLUE_FEED_PREVIEW_H__ - diff --git a/webkit/glue/find_in_page_request.h b/webkit/glue/find_in_page_request.h index e116520..a10ca80 100644 --- a/webkit/glue/find_in_page_request.h +++ b/webkit/glue/find_in_page_request.h @@ -28,4 +28,3 @@ struct FindInPageRequest { }; #endif // WEBKIT_GLUE_FIND_IN_PAGE_REQUEST_H__ - diff --git a/webkit/glue/form_data.h b/webkit/glue/form_data.h index 3444a7c..0223e6c 100644 --- a/webkit/glue/form_data.h +++ b/webkit/glue/form_data.h @@ -24,4 +24,3 @@ struct FormData { }; #endif // WEBKIT_GLUE_FORM_DATA_H__ - diff --git a/webkit/glue/glue_serialize.cc b/webkit/glue/glue_serialize.cc index ceac8ef..58d1a59 100644 --- a/webkit/glue/glue_serialize.cc +++ b/webkit/glue/glue_serialize.cc @@ -361,4 +361,3 @@ std::string CreateHistoryStateForURL(const GURL& url) { } } // namespace webkit_glue - diff --git a/webkit/glue/glue_serialize.h b/webkit/glue/glue_serialize.h index 8ffee4b..75422e2 100644 --- a/webkit/glue/glue_serialize.h +++ b/webkit/glue/glue_serialize.h @@ -34,4 +34,3 @@ void HistoryItemToVersionedString( } #endif // #ifndef WEBKIT_GLUE_GLUE_SERIALIZE_H__ - diff --git a/webkit/glue/glue_util.cc b/webkit/glue/glue_util.cc index be96a7c..25002cb 100644 --- a/webkit/glue/glue_util.cc +++ b/webkit/glue/glue_util.cc @@ -144,4 +144,3 @@ WebCore::IntRect ToIntRect(const gfx::Rect& r) { } } // namespace webkit_glue - diff --git a/webkit/glue/iframe_redirect_unittest.cc b/webkit/glue/iframe_redirect_unittest.cc index 0bfd2ae..37be9a5 100644 --- a/webkit/glue/iframe_redirect_unittest.cc +++ b/webkit/glue/iframe_redirect_unittest.cc @@ -40,4 +40,3 @@ TEST_F(IFrameRedirectTest, Test) { ASSERT_FALSE(redirects.empty()); ASSERT_TRUE(redirects[0] == GURL("about:blank")); } - diff --git a/webkit/glue/image_decoder.cc b/webkit/glue/image_decoder.cc index e7abc58..b158427 100644 --- a/webkit/glue/image_decoder.cc +++ b/webkit/glue/image_decoder.cc @@ -106,4 +106,3 @@ SkBitmap ImageDecoder::Decode(const unsigned char* data, size_t size) const { } } // namespace webkit_glue - diff --git a/webkit/glue/image_decoder.h b/webkit/glue/image_decoder.h index dd1401d..058c35f 100644 --- a/webkit/glue/image_decoder.h +++ b/webkit/glue/image_decoder.h @@ -36,4 +36,3 @@ class ImageDecoder { }; } // namespace webkit_glue - diff --git a/webkit/glue/image_resource_fetcher.cc b/webkit/glue/image_resource_fetcher.cc index 0e09ff5..df0ab7a 100644 --- a/webkit/glue/image_resource_fetcher.cc +++ b/webkit/glue/image_resource_fetcher.cc @@ -56,4 +56,3 @@ void ImageResourceFetcher::OnURLFetchComplete( // download the favicon). web_view_->ImageResourceDownloadDone(this, errored, image); } - diff --git a/webkit/glue/image_resource_fetcher.h b/webkit/glue/image_resource_fetcher.h index 51d1df9..d6d73db 100644 --- a/webkit/glue/image_resource_fetcher.h +++ b/webkit/glue/image_resource_fetcher.h @@ -58,4 +58,3 @@ class ImageResourceFetcher : public ResourceFetcher::Delegate { }; #endif // WEBKIT_GLUE_IMAGE_RESOURCE_FETCHER_H__ - diff --git a/webkit/glue/inspector_client_impl.h b/webkit/glue/inspector_client_impl.h index 92b1ead..6998f29 100644 --- a/webkit/glue/inspector_client_impl.h +++ b/webkit/glue/inspector_client_impl.h @@ -52,4 +52,3 @@ private: }; #endif // WEBKIT_GLUE_INSPECTOR_CLIENT_IMPL_H__ - diff --git a/webkit/glue/mimetype_unittest.cc b/webkit/glue/mimetype_unittest.cc index 716fc60..57fbae6 100644 --- a/webkit/glue/mimetype_unittest.cc +++ b/webkit/glue/mimetype_unittest.cc @@ -88,4 +88,3 @@ TEST_F(MimeTypeTests, MimeTypeTests) { } } // namespace - diff --git a/webkit/glue/multipart_response_delegate.h b/webkit/glue/multipart_response_delegate.h index 185a0aa..41d09c2 100644 --- a/webkit/glue/multipart_response_delegate.h +++ b/webkit/glue/multipart_response_delegate.h @@ -128,4 +128,3 @@ class MultipartResponseDelegate { // processing AddData requests. bool stop_sending_; }; - diff --git a/webkit/glue/multipart_response_delegate_unittest.cc b/webkit/glue/multipart_response_delegate_unittest.cc index 6a02c75..e05879d 100644 --- a/webkit/glue/multipart_response_delegate_unittest.cc +++ b/webkit/glue/multipart_response_delegate_unittest.cc @@ -518,4 +518,3 @@ TEST(MultipartResponseTest, MultipartContentRangesTest) { } } // namespace - diff --git a/webkit/glue/npruntime_util.cc b/webkit/glue/npruntime_util.cc index e21d52d..e9bd7b8 100644 --- a/webkit/glue/npruntime_util.cc +++ b/webkit/glue/npruntime_util.cc @@ -65,4 +65,3 @@ bool DeserializeNPIdentifier(const Pickle& pickle, void** pickle_iter, } } // namespace webkit_glue - diff --git a/webkit/glue/npruntime_util.h b/webkit/glue/npruntime_util.h index b88a542..1135246 100644 --- a/webkit/glue/npruntime_util.h +++ b/webkit/glue/npruntime_util.h @@ -19,4 +19,3 @@ bool DeserializeNPIdentifier(const Pickle& pickle, void** pickle_iter, } // namespace webkit_glue #endif // WEBKIT_GLUE_NPRUNTIME_UTIL_H_ - diff --git a/webkit/glue/password_autocomplete_listener.cc b/webkit/glue/password_autocomplete_listener.cc index 3c5351a..0797d475 100644 --- a/webkit/glue/password_autocomplete_listener.cc +++ b/webkit/glue/password_autocomplete_listener.cc @@ -116,4 +116,3 @@ bool PasswordAutocompleteListener::TryToMatch(const std::wstring& input, } } // webkit_glue - diff --git a/webkit/glue/password_autocomplete_listener.h b/webkit/glue/password_autocomplete_listener.h index 9d74797..9666397 100644 --- a/webkit/glue/password_autocomplete_listener.h +++ b/webkit/glue/password_autocomplete_listener.h @@ -77,4 +77,3 @@ class PasswordAutocompleteListener { } // webkit_glue #endif // WEBKIT_GLUE_PASSWORD_AUTOCOMPLETE_LISTENER_H_ - diff --git a/webkit/glue/password_form.h b/webkit/glue/password_form.h index 4629189..2d88343 100644 --- a/webkit/glue/password_form.h +++ b/webkit/glue/password_form.h @@ -144,4 +144,3 @@ struct PasswordForm { typedef std::map<std::wstring, PasswordForm*> PasswordFormMap; #endif // WEBKIT_GLUE_PASSWORD_FORM_H__ - diff --git a/webkit/glue/password_form_dom_manager.cc b/webkit/glue/password_form_dom_manager.cc index c680c41..b6925d2 100644 --- a/webkit/glue/password_form_dom_manager.cc +++ b/webkit/glue/password_form_dom_manager.cc @@ -273,4 +273,3 @@ PasswordForm* PasswordFormDomManager::AssemblePasswordFormResult( : webkit_glue::StringToStdWString(old_password->value()); return result; } - diff --git a/webkit/glue/password_form_dom_manager.h b/webkit/glue/password_form_dom_manager.h index 3591c19..84dbc93 100644 --- a/webkit/glue/password_form_dom_manager.h +++ b/webkit/glue/password_form_dom_manager.h @@ -129,4 +129,3 @@ class PasswordFormDomManager { }; #endif // WEBKIT_GLUE_PASSWORD_FORM_DOM_MANAGER_H__ - diff --git a/webkit/glue/plugins/mozilla_extensions.cc b/webkit/glue/plugins/mozilla_extensions.cc index b3fb987..4b1b46e 100644 --- a/webkit/glue/plugins/mozilla_extensions.cc +++ b/webkit/glue/plugins/mozilla_extensions.cc @@ -321,4 +321,3 @@ NS_IMETHODIMP MozillaExtensionApi::SetCookie( } // namespace NPAPI - diff --git a/webkit/glue/plugins/mozilla_extensions.h b/webkit/glue/plugins/mozilla_extensions.h index 4eb80d7..59e69c1 100644 --- a/webkit/glue/plugins/mozilla_extensions.h +++ b/webkit/glue/plugins/mozilla_extensions.h @@ -97,4 +97,3 @@ class MozillaExtensionApi : public nsIServiceManager, } // namespace NPAPI #endif // WEBKIT_GLUE_PLUGINS_MOZILLA_EXTENSIONS_H_ - diff --git a/webkit/glue/plugins/nphostapi.h b/webkit/glue/plugins/nphostapi.h index b39780b..c9751c0 100644 --- a/webkit/glue/plugins/nphostapi.h +++ b/webkit/glue/plugins/nphostapi.h @@ -280,4 +280,3 @@ typedef NPError (API_CALL * NP_ShutdownFunc)(void); #endif #endif // WEBKIT_GLUE_PLUGIN_NPHOSTAPI_H__ - diff --git a/webkit/glue/plugins/plugin_host.cc b/webkit/glue/plugins/plugin_host.cc index 450e319..b5acda2 100644 --- a/webkit/glue/plugins/plugin_host.cc +++ b/webkit/glue/plugins/plugin_host.cc @@ -926,4 +926,3 @@ void NPN_PluginThreadAsyncCall(NPP id, } } // extern "C" - diff --git a/webkit/glue/plugins/plugin_host.h b/webkit/glue/plugins/plugin_host.h index acf0bad9..c306a5a 100644 --- a/webkit/glue/plugins/plugin_host.h +++ b/webkit/glue/plugins/plugin_host.h @@ -58,4 +58,3 @@ class PluginHost : public base::RefCounted<PluginHost> { } // namespace NPAPI #endif // WEBKIT_GLUE_PLUGIN_PLUGIN_HOST_H__ - diff --git a/webkit/glue/plugins/plugin_instance.cc b/webkit/glue/plugins/plugin_instance.cc index c401ec6..9d28592 100644 --- a/webkit/glue/plugins/plugin_instance.cc +++ b/webkit/glue/plugins/plugin_instance.cc @@ -503,4 +503,3 @@ void PluginInstance::RequestRead(NPStream* stream, NPByteRange* range_list) { } } // namespace NPAPI - diff --git a/webkit/glue/plugins/plugin_lib_mac.mm b/webkit/glue/plugins/plugin_lib_mac.mm index 7fcb41a3..a12a626 100644 --- a/webkit/glue/plugins/plugin_lib_mac.mm +++ b/webkit/glue/plugins/plugin_lib_mac.mm @@ -352,4 +352,3 @@ bool PluginLib::ReadWebPluginInfo(const FilePath &filename, } } // namespace NPAPI - diff --git a/webkit/glue/plugins/plugin_lib_win.cc b/webkit/glue/plugins/plugin_lib_win.cc index d1a9d09..208896a 100644 --- a/webkit/glue/plugins/plugin_lib_win.cc +++ b/webkit/glue/plugins/plugin_lib_win.cc @@ -73,4 +73,3 @@ bool PluginLib::ReadWebPluginInfo(const FilePath &filename, } } // namespace NPAPI - diff --git a/webkit/glue/plugins/plugin_list.cc b/webkit/glue/plugins/plugin_list.cc index a2e369e..cfc397b 100644 --- a/webkit/glue/plugins/plugin_list.cc +++ b/webkit/glue/plugins/plugin_list.cc @@ -339,4 +339,3 @@ void PluginList::Shutdown() { } } // namespace NPAPI - diff --git a/webkit/glue/plugins/plugin_list.h b/webkit/glue/plugins/plugin_list.h index 3b7b84a..eaee2d1 100644 --- a/webkit/glue/plugins/plugin_list.h +++ b/webkit/glue/plugins/plugin_list.h @@ -225,4 +225,3 @@ class PluginList { } // namespace NPAPI #endif // WEBKIT_GLUE_PLUGIN_PLUGIN_LIST_H__ - diff --git a/webkit/glue/plugins/plugin_list_linux.cc b/webkit/glue/plugins/plugin_list_linux.cc index efbd6a6..6bfe19b 100644 --- a/webkit/glue/plugins/plugin_list_linux.cc +++ b/webkit/glue/plugins/plugin_list_linux.cc @@ -49,4 +49,3 @@ void PluginList::LoadInternalPlugins() { } } // namespace NPAPI - diff --git a/webkit/glue/plugins/plugin_list_mac.mm b/webkit/glue/plugins/plugin_list_mac.mm index 9a9758f..dd09c89 100644 --- a/webkit/glue/plugins/plugin_list_mac.mm +++ b/webkit/glue/plugins/plugin_list_mac.mm @@ -87,4 +87,3 @@ void PluginList::LoadInternalPlugins() { } } // namespace NPAPI - diff --git a/webkit/glue/plugins/plugin_list_win.cc b/webkit/glue/plugins/plugin_list_win.cc index 74da249..02b1b94 100644 --- a/webkit/glue/plugins/plugin_list_win.cc +++ b/webkit/glue/plugins/plugin_list_win.cc @@ -404,4 +404,3 @@ void PluginList::LoadInternalPlugins() { } } // namespace NPAPI - diff --git a/webkit/glue/plugins/plugin_stream.cc b/webkit/glue/plugins/plugin_stream.cc index e66182b..7d7d701 100644 --- a/webkit/glue/plugins/plugin_stream.cc +++ b/webkit/glue/plugins/plugin_stream.cc @@ -250,4 +250,3 @@ void PluginStream::Notify(NPReason reason) { } } // namespace NPAPI - diff --git a/webkit/glue/plugins/plugin_stream.h b/webkit/glue/plugins/plugin_stream.h index 5cdc5b4..80b88c56 100644 --- a/webkit/glue/plugins/plugin_stream.h +++ b/webkit/glue/plugins/plugin_stream.h @@ -136,4 +136,3 @@ class PluginStream : public base::RefCounted<PluginStream> { } // namespace NPAPI #endif // WEBKIT_GLUE_PLUGIN_PLUGIN_STREAM_H__ - diff --git a/webkit/glue/plugins/plugin_stream_posix.cc b/webkit/glue/plugins/plugin_stream_posix.cc index 40306a8..21d4e65 100644 --- a/webkit/glue/plugins/plugin_stream_posix.cc +++ b/webkit/glue/plugins/plugin_stream_posix.cc @@ -74,4 +74,3 @@ bool PluginStream::TempFileIsValid() { } } // namespace NPAPI - diff --git a/webkit/glue/plugins/plugin_stream_url.cc b/webkit/glue/plugins/plugin_stream_url.cc index 15be976..440d825 100644 --- a/webkit/glue/plugins/plugin_stream_url.cc +++ b/webkit/glue/plugins/plugin_stream_url.cc @@ -86,4 +86,3 @@ void PluginStreamUrl::CancelRequest() { } } // namespace NPAPI - diff --git a/webkit/glue/plugins/plugin_stream_win.cc b/webkit/glue/plugins/plugin_stream_win.cc index 2ab4a92..fffa6fe 100644 --- a/webkit/glue/plugins/plugin_stream_win.cc +++ b/webkit/glue/plugins/plugin_stream_win.cc @@ -94,4 +94,3 @@ bool PluginStream::TempFileIsValid() { } } // namespace NPAPI - diff --git a/webkit/glue/plugins/plugin_string_stream.cc b/webkit/glue/plugins/plugin_string_stream.cc index bb56d7c..2763080 100644 --- a/webkit/glue/plugins/plugin_string_stream.cc +++ b/webkit/glue/plugins/plugin_string_stream.cc @@ -31,4 +31,3 @@ void PluginStringStream::SendToPlugin(const std::string &data, } } - diff --git a/webkit/glue/plugins/plugin_string_stream.h b/webkit/glue/plugins/plugin_string_stream.h index ee15f00..a8a25ad 100644 --- a/webkit/glue/plugins/plugin_string_stream.h +++ b/webkit/glue/plugins/plugin_string_stream.h @@ -35,4 +35,3 @@ class PluginStringStream : public PluginStream { } // namespace NPAPI #endif // WEBKIT_GLUE_PLUGIN_PLUGIN_STRING_STREAM_H__ - diff --git a/webkit/glue/plugins/test/npapi_constants.cc b/webkit/glue/plugins/test/npapi_constants.cc index 9130f4f..75cc68f 100644 --- a/webkit/glue/plugins/test/npapi_constants.cc +++ b/webkit/glue/plugins/test/npapi_constants.cc @@ -8,4 +8,3 @@ namespace NPAPIClient { const char kTestCompleteCookie[] = "status"; const char kTestCompleteSuccess[] = "OK"; } - diff --git a/webkit/glue/plugins/test/npapi_constants.h b/webkit/glue/plugins/test/npapi_constants.h index 22b9de0..6570c35 100644 --- a/webkit/glue/plugins/test/npapi_constants.h +++ b/webkit/glue/plugins/test/npapi_constants.h @@ -17,4 +17,3 @@ extern const char kTestCompleteCookie[]; extern const char kTestCompleteSuccess[]; } #endif // WEBKIT_PORT_PLUGINS_TEST_NPAPI_CONSTANTS_H__ - diff --git a/webkit/glue/plugins/test/plugin_arguments_test.cc b/webkit/glue/plugins/test/plugin_arguments_test.cc index 00f8edf..ee6d2c0 100644 --- a/webkit/glue/plugins/test/plugin_arguments_test.cc +++ b/webkit/glue/plugins/test/plugin_arguments_test.cc @@ -66,4 +66,3 @@ NPError PluginArgumentsTest::SetWindow(NPWindow* pNPWindow) { } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_arguments_test.h b/webkit/glue/plugins/test/plugin_arguments_test.h index 25e9354..aa05f19 100644 --- a/webkit/glue/plugins/test/plugin_arguments_test.h +++ b/webkit/glue/plugins/test/plugin_arguments_test.h @@ -41,5 +41,3 @@ class PluginArgumentsTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_PORT_PLUGINS_TEST_PLUGIN_ARGUMENTS_TEST_H__ - - diff --git a/webkit/glue/plugins/test/plugin_client.cc b/webkit/glue/plugins/test/plugin_client.cc index b7158ce..e9cad4e 100644 --- a/webkit/glue/plugins/test/plugin_client.cc +++ b/webkit/glue/plugins/test/plugin_client.cc @@ -288,4 +288,3 @@ void* NPP_GetJavaClass(void) { return NULL; } } // extern "C" - diff --git a/webkit/glue/plugins/test/plugin_client.h b/webkit/glue/plugins/test/plugin_client.h index eb16196..bfe0306 100644 --- a/webkit/glue/plugins/test/plugin_client.h +++ b/webkit/glue/plugins/test/plugin_client.h @@ -43,5 +43,3 @@ class PluginClient { } // namespace NPAPIClient #endif // WEBKIT_PORT_PLUGINS_TEST_PLUGIN_CLIENT_H__ - - diff --git a/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.cc b/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.cc index 6fad3a8..761ad3e 100644 --- a/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.cc +++ b/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.cc @@ -40,4 +40,3 @@ NPError DeletePluginInStreamTest::NewStream(NPMIMEType type, NPStream* stream, } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.h b/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.h index 60413cb..418e976 100644 --- a/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.h +++ b/webkit/glue/plugins/test/plugin_delete_plugin_in_stream_test.h @@ -28,5 +28,3 @@ class DeletePluginInStreamTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_DELETE_PLUGIN_IN_STREAM_TEST_H - - diff --git a/webkit/glue/plugins/test/plugin_execute_script_delete_test.cc b/webkit/glue/plugins/test/plugin_execute_script_delete_test.cc index b71ded7..1087fc3 100644 --- a/webkit/glue/plugins/test/plugin_execute_script_delete_test.cc +++ b/webkit/glue/plugins/test/plugin_execute_script_delete_test.cc @@ -56,4 +56,3 @@ int16 ExecuteScriptDeleteTest::HandleEvent(void* event) { } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_execute_script_delete_test.h b/webkit/glue/plugins/test/plugin_execute_script_delete_test.h index 92a1d04..2830fa1 100644 --- a/webkit/glue/plugins/test/plugin_execute_script_delete_test.h +++ b/webkit/glue/plugins/test/plugin_execute_script_delete_test.h @@ -26,5 +26,3 @@ class ExecuteScriptDeleteTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_EXECUTE_SCRIPT_DELETE_TEST_H - - diff --git a/webkit/glue/plugins/test/plugin_get_javascript_url_test.cc b/webkit/glue/plugins/test/plugin_get_javascript_url_test.cc index 054c3d2..74d01f1 100644 --- a/webkit/glue/plugins/test/plugin_get_javascript_url_test.cc +++ b/webkit/glue/plugins/test/plugin_get_javascript_url_test.cc @@ -116,4 +116,3 @@ void ExecuteGetJavascriptUrlTest::URLNotify(const char* url, NPReason reason, vo } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_get_javascript_url_test.h b/webkit/glue/plugins/test/plugin_get_javascript_url_test.h index 3a63cc4..cff6775 100644 --- a/webkit/glue/plugins/test/plugin_get_javascript_url_test.h +++ b/webkit/glue/plugins/test/plugin_get_javascript_url_test.h @@ -35,5 +35,3 @@ class ExecuteGetJavascriptUrlTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_GET_JAVASCRIPT_URL_H - - diff --git a/webkit/glue/plugins/test/plugin_geturl_test.cc b/webkit/glue/plugins/test/plugin_geturl_test.cc index 8f56521..d584ae3 100644 --- a/webkit/glue/plugins/test/plugin_geturl_test.cc +++ b/webkit/glue/plugins/test/plugin_geturl_test.cc @@ -234,4 +234,3 @@ void PluginGetURLTest::URLNotify(const char* url, NPReason reason, void* data) { } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_geturl_test.h b/webkit/glue/plugins/test/plugin_geturl_test.h index c6b8d83..7aaa3b8 100644 --- a/webkit/glue/plugins/test/plugin_geturl_test.h +++ b/webkit/glue/plugins/test/plugin_geturl_test.h @@ -45,5 +45,3 @@ class PluginGetURLTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_PORT_PLUGINS_TEST_PLUGIN_GETURL_TEST_H__ - - diff --git a/webkit/glue/plugins/test/plugin_new_fails_test.cc b/webkit/glue/plugins/test/plugin_new_fails_test.cc index 9d0f541..2feeec6 100644 --- a/webkit/glue/plugins/test/plugin_new_fails_test.cc +++ b/webkit/glue/plugins/test/plugin_new_fails_test.cc @@ -16,4 +16,3 @@ NPError NewFailsTest::New(uint16 mode, int16 argc, const char* argn[], } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_new_fails_test.h b/webkit/glue/plugins/test/plugin_new_fails_test.h index a3f4ade..1acf9e5 100644 --- a/webkit/glue/plugins/test/plugin_new_fails_test.h +++ b/webkit/glue/plugins/test/plugin_new_fails_test.h @@ -19,4 +19,3 @@ class NewFailsTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_PLUGIN_NPP_NEW_FAILS_TEST_H__ - diff --git a/webkit/glue/plugins/test/plugin_npobject_lifetime_test.cc b/webkit/glue/plugins/test/plugin_npobject_lifetime_test.cc index 2907a5e..6dfe618 100644 --- a/webkit/glue/plugins/test/plugin_npobject_lifetime_test.cc +++ b/webkit/glue/plugins/test/plugin_npobject_lifetime_test.cc @@ -159,4 +159,3 @@ void CALLBACK NPObjectDeletePluginInNPN_Evaluate::TimerProc( } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_npobject_lifetime_test.h b/webkit/glue/plugins/test/plugin_npobject_lifetime_test.h index 935f626..d4c1ac5 100644 --- a/webkit/glue/plugins/test/plugin_npobject_lifetime_test.h +++ b/webkit/glue/plugins/test/plugin_npobject_lifetime_test.h @@ -68,5 +68,3 @@ class NPObjectDeletePluginInNPN_Evaluate : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_NPOBJECT_LIFETIME_TEST_H__ - - diff --git a/webkit/glue/plugins/test/plugin_npobject_proxy_test.cc b/webkit/glue/plugins/test/plugin_npobject_proxy_test.cc index bc191be..5e80cf5 100644 --- a/webkit/glue/plugins/test/plugin_npobject_proxy_test.cc +++ b/webkit/glue/plugins/test/plugin_npobject_proxy_test.cc @@ -46,4 +46,3 @@ NPError NPObjectProxyTest::SetWindow(NPWindow* pNPWindow) { } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_npobject_proxy_test.h b/webkit/glue/plugins/test/plugin_npobject_proxy_test.h index ad1e19f..3d14ddb 100644 --- a/webkit/glue/plugins/test/plugin_npobject_proxy_test.h +++ b/webkit/glue/plugins/test/plugin_npobject_proxy_test.h @@ -25,5 +25,3 @@ class NPObjectProxyTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_NPOBJECT_PROXY_TEST_H__ - - diff --git a/webkit/glue/plugins/test/plugin_test.cc b/webkit/glue/plugins/test/plugin_test.cc index f70c429..bd3d552 100644 --- a/webkit/glue/plugins/test/plugin_test.cc +++ b/webkit/glue/plugins/test/plugin_test.cc @@ -135,4 +135,3 @@ int16 PluginTest::HandleEvent(void* event) { } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_test.h b/webkit/glue/plugins/test/plugin_test.h index 0332339..77b280a 100644 --- a/webkit/glue/plugins/test/plugin_test.h +++ b/webkit/glue/plugins/test/plugin_test.h @@ -122,5 +122,3 @@ class PluginTest { } // namespace NPAPIClient #endif // WEBKIT_PORT_PLUGINS_TEST_PLUGIN_TEST_H__ - - diff --git a/webkit/glue/plugins/test/plugin_window_size_test.cc b/webkit/glue/plugins/test/plugin_window_size_test.cc index ea8894c..0321658 100644 --- a/webkit/glue/plugins/test/plugin_window_size_test.cc +++ b/webkit/glue/plugins/test/plugin_window_size_test.cc @@ -40,4 +40,3 @@ NPError PluginWindowSizeTest::SetWindow(NPWindow* pNPWindow) { } } // namespace NPAPIClient - diff --git a/webkit/glue/plugins/test/plugin_window_size_test.h b/webkit/glue/plugins/test/plugin_window_size_test.h index e372940..3650671 100644 --- a/webkit/glue/plugins/test/plugin_window_size_test.h +++ b/webkit/glue/plugins/test/plugin_window_size_test.h @@ -22,5 +22,3 @@ class PluginWindowSizeTest : public PluginTest { } // namespace NPAPIClient #endif // WEBKIT_GLUE_PLUGINS_TEST_PLUGIN_WINDOW_SIZE_TEST_H - - diff --git a/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc b/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc index cde9502..2e20581 100644 --- a/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc +++ b/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc @@ -629,5 +629,3 @@ void WebPluginDelegateImpl::URLRequestRouted(const std::string&url, instance()->SetURLLoadData(GURL(url.c_str()), notify_data); } } - - diff --git a/webkit/glue/plugins/webplugin_delegate_impl_mac.cc b/webkit/glue/plugins/webplugin_delegate_impl_mac.cc index 1a25ad6c..7c806dc 100644 --- a/webkit/glue/plugins/webplugin_delegate_impl_mac.cc +++ b/webkit/glue/plugins/webplugin_delegate_impl_mac.cc @@ -454,4 +454,3 @@ void WebPluginDelegateImpl::URLRequestRouted(const std::string&url, instance()->SetURLLoadData(GURL(url.c_str()), notify_data); } } - diff --git a/webkit/glue/regular_expression_unittest.cc b/webkit/glue/regular_expression_unittest.cc index e238636..5958ed1 100644 --- a/webkit/glue/regular_expression_unittest.cc +++ b/webkit/glue/regular_expression_unittest.cc @@ -93,4 +93,3 @@ TEST(RegexTest, Unicode) { EXPECT_EQ(matches2[i].length, regex.matchedLength()); } } - diff --git a/webkit/glue/resource_fetcher.cc b/webkit/glue/resource_fetcher.cc index 074563d..d4980c1 100644 --- a/webkit/glue/resource_fetcher.cc +++ b/webkit/glue/resource_fetcher.cc @@ -121,4 +121,3 @@ void ResourceFetcherWithTimeout::TimeoutFired(FetchTimer* timer) { didFail(NULL, ResourceError()); } } - diff --git a/webkit/glue/resource_fetcher.h b/webkit/glue/resource_fetcher.h index b20d186..c44fc61 100644 --- a/webkit/glue/resource_fetcher.h +++ b/webkit/glue/resource_fetcher.h @@ -116,4 +116,3 @@ class ResourceFetcherWithTimeout : public ResourceFetcher { }; #endif // WEBKIT_GLUE_RESOURCE_FETCHER_H__ - diff --git a/webkit/glue/resource_type.h b/webkit/glue/resource_type.h index 98091b6..1edae95 100644 --- a/webkit/glue/resource_type.h +++ b/webkit/glue/resource_type.h @@ -38,4 +38,3 @@ class ResourceType { ~ResourceType(); }; #endif // WEBKIT_GLUE_RESOURCE_TYPE_H__ - diff --git a/webkit/glue/searchable_form_data.cc b/webkit/glue/searchable_form_data.cc index 93a1f94..3c787b2 100644 --- a/webkit/glue/searchable_form_data.cc +++ b/webkit/glue/searchable_form_data.cc @@ -384,4 +384,3 @@ SearchableFormData::SearchableFormData(const GURL& url, element_value_(element_value), encoding_(encoding) { } - diff --git a/webkit/glue/searchable_form_data.h b/webkit/glue/searchable_form_data.h index 6119226..2164189 100644 --- a/webkit/glue/searchable_form_data.h +++ b/webkit/glue/searchable_form_data.h @@ -57,4 +57,3 @@ class SearchableFormData { }; #endif // WEBKIT_GLUE_SEARCHABLE_FORM_H__ - diff --git a/webkit/glue/unittest_test_server.h b/webkit/glue/unittest_test_server.h index 2a83599..ad1e28a 100644 --- a/webkit/glue/unittest_test_server.h +++ b/webkit/glue/unittest_test_server.h @@ -56,4 +56,3 @@ class UnittestTestServer : public HTTPTestServer { }; #endif // WEBKIT_GLUE_UNITTEST_TEST_SERVER_H__ - diff --git a/webkit/glue/webdatasource.h b/webkit/glue/webdatasource.h index b90a079..eaad8ec 100644 --- a/webkit/glue/webdatasource.h +++ b/webkit/glue/webdatasource.h @@ -189,4 +189,3 @@ class WebDataSource { #endif // #ifndef WEBKIT_GLUE_WEBDATASOURCE_H__ - diff --git a/webkit/glue/webdropdata.cc b/webkit/glue/webdropdata.cc index cd96169..bf6ef50 100644 --- a/webkit/glue/webdropdata.cc +++ b/webkit/glue/webdropdata.cc @@ -28,4 +28,3 @@ void WebDropData::PopulateWebDropData(IDataObject* data_object, ClipboardUtil::GetFileContents(data_object, &drop_data->file_description_filename, &drop_data->file_contents); } - diff --git a/webkit/glue/weberror.h b/webkit/glue/weberror.h index 2b9bf1d..c7ad644 100644 --- a/webkit/glue/weberror.h +++ b/webkit/glue/weberror.h @@ -17,4 +17,3 @@ class WebError { }; #endif // WEBKIT_GLUE_WEBERROR_H__ - diff --git a/webkit/glue/weberror_impl.cc b/webkit/glue/weberror_impl.cc index 721336e..0950624 100644 --- a/webkit/glue/weberror_impl.cc +++ b/webkit/glue/weberror_impl.cc @@ -28,4 +28,3 @@ int WebErrorImpl::GetErrorCode() const { const GURL& WebErrorImpl::GetFailedURL() const { return failed_url_; } - diff --git a/webkit/glue/weberror_impl.h b/webkit/glue/weberror_impl.h index 35e515c..210f402 100644 --- a/webkit/glue/weberror_impl.h +++ b/webkit/glue/weberror_impl.h @@ -32,4 +32,3 @@ class WebErrorImpl : public WebError { }; #endif // WEBKIT_GLUE_WEBERROR_IMPL_H__ - diff --git a/webkit/glue/webframe_unittest.cc b/webkit/glue/webframe_unittest.cc index 00df1fa..cbeb8e6 100644 --- a/webkit/glue/webframe_unittest.cc +++ b/webkit/glue/webframe_unittest.cc @@ -52,4 +52,3 @@ TEST_F(WebFrameTest, GetContentAsPlainText) { frame->GetContentAsPlainText(12, &text); EXPECT_EQ("Hello world", WideToUTF8(text)); } - diff --git a/webkit/glue/webframeloaderclient_impl.h b/webkit/glue/webframeloaderclient_impl.h index 2dbd805..4281d2f 100644 --- a/webkit/glue/webframeloaderclient_impl.h +++ b/webkit/glue/webframeloaderclient_impl.h @@ -251,4 +251,3 @@ class WebFrameLoaderClient : public WebCore::FrameLoaderClient { }; #endif // #ifndef WEBKIT_GLUE_WEBFRAMELOADERCLIENT_IMPL_H__ - diff --git a/webkit/glue/webinputevent_win.cc b/webkit/glue/webinputevent_win.cc index 7e2b9af..b66f170 100644 --- a/webkit/glue/webinputevent_win.cc +++ b/webkit/glue/webinputevent_win.cc @@ -338,4 +338,3 @@ WebKeyboardEvent::WebKeyboardEvent(HWND hwnd, UINT message, WPARAM wparam, if (IsKeyPad(wparam, lparam)) modifiers |= IS_KEYPAD; } - diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h index 773752f..bdf4421 100644 --- a/webkit/glue/webplugin.h +++ b/webkit/glue/webplugin.h @@ -170,4 +170,3 @@ class WebPluginResourceClient { #endif // #ifndef WEBKIT_GLUE_WEBPLUGIN_H__ - diff --git a/webkit/glue/webplugin_impl_unittest.cc b/webkit/glue/webplugin_impl_unittest.cc index b10103a..b518361 100644 --- a/webkit/glue/webplugin_impl_unittest.cc +++ b/webkit/glue/webplugin_impl_unittest.cc @@ -202,4 +202,3 @@ TEST(WebPluginImplTest, PostParserBodyWithBinaryData) { EXPECT_EQ(0xFF, (unsigned char)expected_data[2]); EXPECT_EQ(0xFF, (unsigned char)expected_data[3]); } - diff --git a/webkit/glue/webtextinput.h b/webkit/glue/webtextinput.h index e259a4a..fb51f83 100644 --- a/webkit/glue/webtextinput.h +++ b/webkit/glue/webtextinput.h @@ -60,4 +60,3 @@ class WebTextInput { }; #endif // #ifndef WEBKIT_GLUE_WEBTEXTINPUT_H__ - diff --git a/webkit/glue/webtextinput_impl.h b/webkit/glue/webtextinput_impl.h index 59ec199..c7a162b 100644 --- a/webkit/glue/webtextinput_impl.h +++ b/webkit/glue/webtextinput_impl.h @@ -53,4 +53,3 @@ class WebTextInputImpl : public WebTextInput { }; #endif // #ifndef WEBKIT_GLUE_WEBTEXTINPUT_IMPL_H__ - diff --git a/webkit/glue/weburlrequest_impl.cc b/webkit/glue/weburlrequest_impl.cc index b4416f9..1549201 100644 --- a/webkit/glue/weburlrequest_impl.cc +++ b/webkit/glue/weburlrequest_impl.cc @@ -206,4 +206,3 @@ void WebRequestImpl::SetUploadData(const net::UploadData& data) WebRequest* WebRequest::Create(const GURL& url) { return new WebRequestImpl(url); } - diff --git a/webkit/glue/webview.h b/webkit/glue/webview.h index 85f11a7..e2e9520 100644 --- a/webkit/glue/webview.h +++ b/webkit/glue/webview.h @@ -201,4 +201,3 @@ class WebView : public WebWidget { }; #endif // WEBKIT_GLUE_WEBVIEW_H__ - diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h index c13f419..61bb396 100644 --- a/webkit/glue/webview_impl.h +++ b/webkit/glue/webview_impl.h @@ -325,4 +325,3 @@ private: }; #endif // WEBKIT_GLUE_WEBVIEW_IMPL_H__ - diff --git a/webkit/glue/webwidget.h b/webkit/glue/webwidget.h index 0788f2e..23046e8 100644 --- a/webkit/glue/webwidget.h +++ b/webkit/glue/webwidget.h @@ -72,4 +72,3 @@ class WebWidget { }; #endif // #ifndef WEBKIT_GLUE_WEBWIDGET_H__ - diff --git a/webkit/glue/webwidget_impl.h b/webkit/glue/webwidget_impl.h index e64f3ef..efb1b65 100644 --- a/webkit/glue/webwidget_impl.h +++ b/webkit/glue/webwidget_impl.h @@ -114,4 +114,3 @@ class WebWidgetImpl : public WebWidget, }; #endif // WEBKIT_GLUE_WEBWIDGET_IMPL_H__ - diff --git a/webkit/glue/window_open_disposition.h b/webkit/glue/window_open_disposition.h index 8173e21..29edccc 100644 --- a/webkit/glue/window_open_disposition.h +++ b/webkit/glue/window_open_disposition.h @@ -18,4 +18,3 @@ enum WindowOpenDisposition { }; #endif // WEBKIT_GLUE_WINDOW_OPEN_DISPOSITION_H__ - diff --git a/webkit/port/bindings/v8/JSXPathNSResolver.h b/webkit/port/bindings/v8/JSXPathNSResolver.h index 371a185..f0c340c 100644 --- a/webkit/port/bindings/v8/JSXPathNSResolver.h +++ b/webkit/port/bindings/v8/JSXPathNSResolver.h @@ -31,4 +31,3 @@ namespace WebCore { #endif // ENABLE(XPATH) #endif // JSXPATHNSRESOLVER_H__ - diff --git a/webkit/port/bindings/v8/NPV8Object.h b/webkit/port/bindings/v8/NPV8Object.h index a3cade9..bfe7bb7 100644 --- a/webkit/port/bindings/v8/NPV8Object.h +++ b/webkit/port/bindings/v8/NPV8Object.h @@ -34,4 +34,3 @@ struct PrivateIdentifier { NPObject* npCreateV8ScriptObject(NPP npp, v8::Handle<v8::Object>, WebCore::DOMWindow*); #endif // np_v8object_h - diff --git a/webkit/port/bindings/v8/V8NPUtils.h b/webkit/port/bindings/v8/V8NPUtils.h index 4b6fc2b..08409f2 100644 --- a/webkit/port/bindings/v8/V8NPUtils.h +++ b/webkit/port/bindings/v8/V8NPUtils.h @@ -25,4 +25,3 @@ v8::Handle<v8::Value> convertNPVariantToV8Object(const NPVariant* value, NPObjec NPIdentifier getStringIdentifier(v8::Handle<v8::String> str); #endif // v8_np_utils_h - diff --git a/webkit/port/bindings/v8/V8SVGPODTypeWrapper.h b/webkit/port/bindings/v8/V8SVGPODTypeWrapper.h index 9c83a4b..55e9ee1 100644 --- a/webkit/port/bindings/v8/V8SVGPODTypeWrapper.h +++ b/webkit/port/bindings/v8/V8SVGPODTypeWrapper.h @@ -358,4 +358,3 @@ public: #endif // ENABLE(SVG) #endif // V8SVGPODTypeWrapper_h - diff --git a/webkit/port/bindings/v8/dom_wrapper_map.h b/webkit/port/bindings/v8/dom_wrapper_map.h index 63114a6..bdae851 100644 --- a/webkit/port/bindings/v8/dom_wrapper_map.h +++ b/webkit/port/bindings/v8/dom_wrapper_map.h @@ -69,4 +69,3 @@ class DOMWrapperMap : public WeakReferenceMap<KeyType, v8::Object> { }; #endif // BINDINGS_V8_DOM_WRAPPER_MAP - diff --git a/webkit/port/bindings/v8/v8_binding.h b/webkit/port/bindings/v8/v8_binding.h index 34c598f..26eb63b 100644 --- a/webkit/port/bindings/v8/v8_binding.h +++ b/webkit/port/bindings/v8/v8_binding.h @@ -194,4 +194,3 @@ inline v8::Handle<v8::Value> v8StringOrFalse(const String& str) { } // namespace WebCore #endif // V8_BINDING_H__ - diff --git a/webkit/port/bindings/v8/v8_custom.h b/webkit/port/bindings/v8/v8_custom.h index c88fed4..d3aafb1 100644 --- a/webkit/port/bindings/v8/v8_custom.h +++ b/webkit/port/bindings/v8/v8_custom.h @@ -525,4 +525,3 @@ DECLARE_CALLBACK(WorkerContextRemoveEventListener) } // namespace WebCore #endif // V8_CUSTOM_H__ - diff --git a/webkit/port/bindings/v8/v8_events.h b/webkit/port/bindings/v8/v8_events.h index 833c669..67a7fb6 100644 --- a/webkit/port/bindings/v8/v8_events.h +++ b/webkit/port/bindings/v8/v8_events.h @@ -205,4 +205,3 @@ class V8WorkerContextEventListener : public V8ObjectEventListener { } // namespace WebCore #endif // V8_EVENTS_H__ - diff --git a/webkit/port/bindings/v8/v8_helpers.h b/webkit/port/bindings/v8/v8_helpers.h index 4c49a4a..eebdd1e 100644 --- a/webkit/port/bindings/v8/v8_helpers.h +++ b/webkit/port/bindings/v8/v8_helpers.h @@ -22,4 +22,3 @@ v8::Local<v8::Context> getV8Context(NPP npp, NPObject* npobj); WebCore::V8Proxy* GetV8Proxy(NPObject* npobj); #endif // V8_HELPERS_H__ - diff --git a/webkit/port/bindings/v8/v8_index.h b/webkit/port/bindings/v8/v8_index.h index fff021a..f149629 100644 --- a/webkit/port/bindings/v8/v8_index.h +++ b/webkit/port/bindings/v8/v8_index.h @@ -479,4 +479,3 @@ class V8ClassIndex { } #endif // V8_INDEX_H__ - diff --git a/webkit/port/bindings/v8/v8_nodefilter.h b/webkit/port/bindings/v8/v8_nodefilter.h index e9598d8..a2bde31 100644 --- a/webkit/port/bindings/v8/v8_nodefilter.h +++ b/webkit/port/bindings/v8/v8_nodefilter.h @@ -28,4 +28,3 @@ class V8NodeFilterCondition : public NodeFilterCondition { } // namesapce WebCore #endif // V8_NODEFILTER_H__ - diff --git a/webkit/port/bindings/v8/v8_proxy.h b/webkit/port/bindings/v8/v8_proxy.h index bb9cc52..69747b5 100644 --- a/webkit/port/bindings/v8/v8_proxy.h +++ b/webkit/port/bindings/v8/v8_proxy.h @@ -600,4 +600,3 @@ v8::Handle<v8::Value> V8Proxy::ConstructDOMObject(const v8::Arguments& args) { } // namespace WebCore #endif // V8_PROXY_H__ - diff --git a/webkit/port/bindings/v8/v8_utility.h b/webkit/port/bindings/v8/v8_utility.h index 2dd52bf..620c04c 100644 --- a/webkit/port/bindings/v8/v8_utility.h +++ b/webkit/port/bindings/v8/v8_utility.h @@ -56,4 +56,3 @@ v8::Local<v8::Object> SafeAllocation::NewInstance( } // namespace WebCore #endif // V8_UTILITY_H__ - diff --git a/webkit/tools/npapi_layout_test_plugin/TestObject.h b/webkit/tools/npapi_layout_test_plugin/TestObject.h index 812603c..fba904b 100644 --- a/webkit/tools/npapi_layout_test_plugin/TestObject.h +++ b/webkit/tools/npapi_layout_test_plugin/TestObject.h @@ -34,4 +34,3 @@ typedef struct { NPClass *getTestClass(void); int getTestObjectCount(void); - diff --git a/webkit/tools/test_shell/drag_delegate.h b/webkit/tools/test_shell/drag_delegate.h index 443af7b..0b33487 100644 --- a/webkit/tools/test_shell/drag_delegate.h +++ b/webkit/tools/test_shell/drag_delegate.h @@ -33,4 +33,3 @@ class TestDragDelegate : public BaseDragSource { }; #endif // WEBKIT_TOOLS_TEST_SHELL_DRAG_DELEGATE_H__ - diff --git a/webkit/tools/test_shell/drop_delegate.cc b/webkit/tools/test_shell/drop_delegate.cc index b6e9106..77d6679 100644 --- a/webkit/tools/test_shell/drop_delegate.cc +++ b/webkit/tools/test_shell/drop_delegate.cc @@ -49,4 +49,3 @@ DWORD TestDropDelegate::OnDrop(IDataObject* data_object, // webkit win port always returns DROPEFFECT_NONE return DROPEFFECT_NONE; } - diff --git a/webkit/tools/test_shell/drop_delegate.h b/webkit/tools/test_shell/drop_delegate.h index 2405963..7064607 100644 --- a/webkit/tools/test_shell/drop_delegate.h +++ b/webkit/tools/test_shell/drop_delegate.h @@ -39,4 +39,3 @@ class TestDropDelegate : public BaseDropTarget { }; #endif // WEBKIT_TOOLS_TEST_SHELL_DROP_DELEGATE_H__ - diff --git a/webkit/tools/test_shell/event_sending_controller.cc b/webkit/tools/test_shell/event_sending_controller.cc index fc4934e..923d784 100644 --- a/webkit/tools/test_shell/event_sending_controller.cc +++ b/webkit/tools/test_shell/event_sending_controller.cc @@ -566,4 +566,3 @@ void EventSendingController::clearKillRing( const CppArgumentList& args, CppVariant* result) { result->SetNull(); } - diff --git a/webkit/tools/test_shell/event_sending_controller.h b/webkit/tools/test_shell/event_sending_controller.h index 38715dd..906ccef 100644 --- a/webkit/tools/test_shell/event_sending_controller.h +++ b/webkit/tools/test_shell/event_sending_controller.h @@ -111,4 +111,3 @@ class EventSendingController : public CppBoundClass { }; #endif // WEBKIT_TOOLS_TEST_SHELL_EVENT_SENDING_CONTROLLER_H_ - diff --git a/webkit/tools/test_shell/foreground_helper.h b/webkit/tools/test_shell/foreground_helper.h index aeccef8..3d62b46 100644 --- a/webkit/tools/test_shell/foreground_helper.h +++ b/webkit/tools/test_shell/foreground_helper.h @@ -84,4 +84,3 @@ END_MSG_MAP() return 1; } }; - diff --git a/webkit/tools/test_shell/image_decoder_unittest.cc b/webkit/tools/test_shell/image_decoder_unittest.cc index 7a55eea..6db9de6 100644 --- a/webkit/tools/test_shell/image_decoder_unittest.cc +++ b/webkit/tools/test_shell/image_decoder_unittest.cc @@ -184,4 +184,3 @@ void ImageDecoderTest::TestChunkedDecoding() const { } } #endif - diff --git a/webkit/tools/test_shell/layout_test_controller.h b/webkit/tools/test_shell/layout_test_controller.h index 384be54..5bceddf 100644 --- a/webkit/tools/test_shell/layout_test_controller.h +++ b/webkit/tools/test_shell/layout_test_controller.h @@ -322,4 +322,3 @@ class LayoutTestController : public CppBoundClass { }; #endif // WEBKIT_TOOLS_TEST_SHELL_LAYOUT_TEST_CONTROLLER_H_ - diff --git a/webkit/tools/test_shell/layout_test_controller_unittest.cc b/webkit/tools/test_shell/layout_test_controller_unittest.cc index 038ac2d..cf10e29 100644 --- a/webkit/tools/test_shell/layout_test_controller_unittest.cc +++ b/webkit/tools/test_shell/layout_test_controller_unittest.cc @@ -87,4 +87,3 @@ TEST(LayoutTestControllerTest, DumpChildFramesAsTextSetAndCleared) { controller.Reset(); EXPECT_FALSE(controller.ShouldDumpChildFramesAsText()); } - diff --git a/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h b/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h index f2c1953..44ea1be 100644 --- a/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h +++ b/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h @@ -44,4 +44,3 @@ - (NSInteger)declareType:(NSString *)type owner:(id)newOwner; + (void)releaseLocalPasteboards; @end - diff --git a/webkit/tools/test_shell/plugin_tests.cc b/webkit/tools/test_shell/plugin_tests.cc index 5da7cf2..9f17521 100644 --- a/webkit/tools/test_shell/plugin_tests.cc +++ b/webkit/tools/test_shell/plugin_tests.cc @@ -120,4 +120,3 @@ TEST_F(PluginTest, DISABLED_VerifyPluginWindowRect) { NavigateToURL(test_url); WaitForFinish("checkwindowrect", "1"); } - diff --git a/webkit/tools/test_shell/run_all_tests.cc b/webkit/tools/test_shell/run_all_tests.cc index ba37d68..fac38304 100644 --- a/webkit/tools/test_shell/run_all_tests.cc +++ b/webkit/tools/test_shell/run_all_tests.cc @@ -95,4 +95,3 @@ int main(int argc, char* argv[]) { return result; } - diff --git a/webkit/tools/test_shell/simple_resource_loader_bridge.h b/webkit/tools/test_shell/simple_resource_loader_bridge.h index c14bfd4..47ff223 100644 --- a/webkit/tools/test_shell/simple_resource_loader_bridge.h +++ b/webkit/tools/test_shell/simple_resource_loader_bridge.h @@ -35,4 +35,3 @@ class SimpleResourceLoaderBridge { }; #endif // WEBKIT_TOOLS_TEST_SHELL_SIMPLE_RESOURCE_LOADER_BRIDGE_H__ - diff --git a/webkit/tools/test_shell/test_navigation_controller.h b/webkit/tools/test_shell/test_navigation_controller.h index aeec2bf..07f42f8 100644 --- a/webkit/tools/test_shell/test_navigation_controller.h +++ b/webkit/tools/test_shell/test_navigation_controller.h @@ -192,4 +192,3 @@ class TestNavigationController { }; #endif // WEBKIT_TOOLS_TEST_SHELL_TEST_NAVIGATION_CONTROLLER_H_ - diff --git a/webkit/tools/test_shell/test_shell_platform_delegate_mac.mm b/webkit/tools/test_shell/test_shell_platform_delegate_mac.mm index 0583f72..208caf1 100644 --- a/webkit/tools/test_shell/test_shell_platform_delegate_mac.mm +++ b/webkit/tools/test_shell/test_shell_platform_delegate_mac.mm @@ -282,4 +282,3 @@ void TestShellPlatformDelegate::SuppressErrorReporting() { task_set_exception_ports(mach_task_self(), EXC_MASK_ALL, MACH_PORT_NULL, EXCEPTION_DEFAULT, THREAD_STATE_NONE); } - diff --git a/webkit/tools/test_shell/test_shell_request_context.h b/webkit/tools/test_shell/test_shell_request_context.h index daf3ab2..befb630 100644 --- a/webkit/tools/test_shell/test_shell_request_context.h +++ b/webkit/tools/test_shell/test_shell_request_context.h @@ -30,4 +30,3 @@ class TestShellRequestContext : public URLRequestContext { }; #endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_REQUEST_CONTEXT_H__ - diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc index 6604769..04e65d0 100644 --- a/webkit/tools/test_shell/test_shell_switches.cc +++ b/webkit/tools/test_shell/test_shell_switches.cc @@ -75,4 +75,3 @@ extern const wchar_t kGDB[] = L"gdb"; extern const wchar_t kProfiler[] = L"profiler"; } // namespace test_shell - diff --git a/webkit/tools/test_shell/test_shell_switches.h b/webkit/tools/test_shell/test_shell_switches.h index aad92e9..e23abbb 100644 --- a/webkit/tools/test_shell/test_shell_switches.h +++ b/webkit/tools/test_shell/test_shell_switches.h @@ -35,4 +35,3 @@ extern const wchar_t kProfiler[]; } // namespace test_shell #endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__ - diff --git a/webkit/tools/test_shell/test_shell_test.h b/webkit/tools/test_shell/test_shell_test.h index 137fc71..2cdd792 100644 --- a/webkit/tools/test_shell/test_shell_test.h +++ b/webkit/tools/test_shell/test_shell_test.h @@ -36,4 +36,3 @@ class TestShellTest : public testing::Test { }; #endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_TEST_H__ - diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc index 22514b8..5b5af94 100755 --- a/webkit/tools/test_shell/test_webview_delegate.cc +++ b/webkit/tools/test_shell/test_webview_delegate.cc @@ -850,4 +850,3 @@ std::wstring TestWebViewDelegate::GetFrameDescription(WebFrame* webframe) { return L"frame (anonymous)"; } } - diff --git a/webkit/tools/test_shell/test_webview_delegate_win.cc b/webkit/tools/test_shell/test_webview_delegate_win.cc index b6935e8..6a10617 100755 --- a/webkit/tools/test_shell/test_webview_delegate_win.cc +++ b/webkit/tools/test_shell/test_webview_delegate_win.cc @@ -188,4 +188,3 @@ void TestWebViewDelegate::SetAddressBarURL(const GURL& url) { SendMessage(shell_->editWnd(), WM_SETTEXT, 0, reinterpret_cast<LPARAM>(url_string.c_str())); } - diff --git a/webkit/tools/test_shell/text_input_controller.cc b/webkit/tools/test_shell/text_input_controller.cc index ea58705..121d9a9 100644 --- a/webkit/tools/test_shell/text_input_controller.cc +++ b/webkit/tools/test_shell/text_input_controller.cc @@ -222,4 +222,3 @@ void TextInputController::makeAttributedString( text_input->MakeAttributedString(args[0].ToString()); } } - diff --git a/webkit/tools/test_shell/text_input_controller.h b/webkit/tools/test_shell/text_input_controller.h index 99d7ca9..014a243 100644 --- a/webkit/tools/test_shell/text_input_controller.h +++ b/webkit/tools/test_shell/text_input_controller.h @@ -47,4 +47,3 @@ class TextInputController : public CppBoundClass { }; #endif // WEBKIT_TOOLS_TEST_SHELL_TEXT_INPUT_CONTROLLER_H__ - diff --git a/webkit/tools/test_shell/text_input_controller_unittest.cc b/webkit/tools/test_shell/text_input_controller_unittest.cc index 6e47edd..94dd848 100644 --- a/webkit/tools/test_shell/text_input_controller_unittest.cc +++ b/webkit/tools/test_shell/text_input_controller_unittest.cc @@ -55,4 +55,3 @@ TEST(TextInputControllerTest, MethodMapIsInitialized) { EXPECT_FALSE(text_input_controller.IsMethodRegistered( "momeRathsOutgrabe")); } - |