Bug 145350 - Aggressievly use Ref<UniquedStringImpl> instead of RefPtr<UniquedStringImpl>
Summary: Aggressievly use Ref<UniquedStringImpl> instead of RefPtr<UniquedStringImpl>
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 144848
Blocks:
  Show dependency treegraph
 
Reported: 2015-05-23 11:41 PDT by Yusuke Suzuki
Modified: 2015-05-23 11:42 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.