Bug 145350

Summary: Aggressievly use Ref<UniquedStringImpl> instead of RefPtr<UniquedStringImpl>
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: darin, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 144848    
Bug Blocks:    

Description Yusuke Suzuki 2015-05-23 11:41:53 PDT
If it is ensured that the given UniqueStringImpl is not a pointer, should use Ref<UniquedStringImpl> instead.