diff options
| author | nbarth@chromium.org <nbarth@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-07-25 22:07:14 +0000 |
|---|---|---|
| committer | nbarth@chromium.org <nbarth@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-07-25 22:07:14 +0000 |
| commit | 7612b59e8ec860614d6ec95f2d1a8ef4bdb22966 (patch) | |
| tree | 43e86904d83eacb6983730447aa1b73873ee6455 /third_party/WebKit/public/web/WebSecurityOrigin.h | |
| parent | 8b3290636f9334ed9ca98a3431976e84c0d5e639 (diff) | |
| download | chromium_src-7612b59e8ec860614d6ec95f2d1a8ef4bdb22966.zip chromium_src-7612b59e8ec860614d6ec95f2d1a8ef4bdb22966.tar.gz chromium_src-7612b59e8ec860614d6ec95f2d1a8ef4bdb22966.tar.bz2 | |
Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core)
Done via script:
grep \
--include='*.cpp' --include='*.h' --include='*.idl' \
--exclude-dir='Source/core' \
-r -l -E '\s+$' * |\
xargs \
sed -i -E -e 's/\s+$//'
Per thread:
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/yTZLvfbL8bQ/uXBlbHjUrOgJ
TBR=abarth
Review URL: https://chromiumcodereview.appspot.com/20300002
git-svn-id: svn://svn.chromium.org/blink/trunk@154939 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/public/web/WebSecurityOrigin.h')
| -rw-r--r-- | third_party/WebKit/public/web/WebSecurityOrigin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/public/web/WebSecurityOrigin.h b/third_party/WebKit/public/web/WebSecurityOrigin.h index b511c8b..41d0257 100644 --- a/third_party/WebKit/public/web/WebSecurityOrigin.h +++ b/third_party/WebKit/public/web/WebSecurityOrigin.h @@ -92,7 +92,7 @@ public: // be used as a file. Should be used in storage APIs only. WEBKIT_EXPORT WebString databaseIdentifier() const; - // Returns true if this WebSecurityOrigin can access usernames and + // Returns true if this WebSecurityOrigin can access usernames and // passwords stored in password manager. WEBKIT_EXPORT bool canAccessPasswordManager() const; |
