Bug 38897 - Fix guard around DatabaseSync
Summary: Fix guard around DatabaseSync
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-11 04:13 PDT by Young Han Lee
Modified: 2010-05-21 05:19 PDT (History)
2 users (show)

See Also:


Attachments
Patch (906 bytes, patch)
2010-05-11 04:20 PDT, Young Han Lee
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Young Han Lee 2010-05-11 04:13:50 PDT
The closing guard must be below the namespace brace.
Comment 1 Young Han Lee 2010-05-11 04:20:28 PDT
Created attachment 55688 [details]
Patch
Comment 2 Dumitru Daniliuc 2010-05-11 04:25:22 PDT
Comment on attachment 55688 [details]
Patch

> Index: WebCore/storage/DatabaseSync.cpp
> ===================================================================
> --- WebCore/storage/DatabaseSync.cpp	(revision 59147)
> +++ WebCore/storage/DatabaseSync.cpp	(working copy)
> @@ -107,6 +107,7 @@ ScriptExecutionContext* DatabaseSync::sc
>      return m_scriptExecutionContext.get();
>  }
>  
> +} // namespace WebCore
> +
>  #endif // ENABLE(DATABASE)
>  
> -} // namespace WebCore

oops... thanks for noticing this. lgtm, fwiw.
Comment 3 Kwang Yul Seo 2010-05-16 21:16:55 PDT
> oops... thanks for noticing this. lgtm, fwiw.

Ping. review+ and commit-queue+ please.
Comment 4 Eric Seidel (no email) 2010-05-20 01:05:52 PDT
Comment on attachment 55688 [details]
Patch

LGTM.
Comment 5 WebKit Commit Bot 2010-05-21 05:19:16 PDT
Comment on attachment 55688 [details]
Patch

Clearing flags on attachment: 55688

Committed r59927: <http://trac.webkit.org/changeset/59927>
Comment 6 WebKit Commit Bot 2010-05-21 05:19:21 PDT
All reviewed patches have been landed.  Closing bug.