Bug 33870

Summary: Style in WebCore/bridge/JNIUtility needs fixing
Product: WebKit Reporter: Steve Block <steveblock>
Component: WebCore Misc.Assignee: Steve Block <steveblock>
Status: RESOLVED FIXED    
Severity: Normal CC: android-webkit-unforking, steveblock
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 33843    
Attachments:
Description Flags
Patch 1 for Bug 33870 levin: review+

Description Steve Block 2010-01-19 14:34:43 PST
Style in WebCore/bridge/JNIUtility needs fixing.

See Bug 33843, which this bug blocks.
Comment 1 Steve Block 2010-01-19 15:31:11 PST
Created attachment 46955 [details]
Patch 1 for Bug 33870
Comment 2 David Levin 2010-01-19 18:22:10 PST
Comment on attachment 46955 [details]
Patch 1 for Bug 33870


> Index: WebCore/bridge/jni/JNIUtility.cpp
> +} // end of namespace Bindings

Care to fix this while you're at it? s/end of namespace/namespace

>  } // end of namespace JSC

Care to fix this while you're at it? s/end of namespace/namespace
Comment 3 Steve Block 2010-01-20 02:00:47 PST
> Care to fix this while you're at it? s/end of namespace/namespace
Done

Landed manually as http://trac.webkit.org/changeset/53533

Closing bug as resolved