Bad: using namespace WebCore; namespace WebKit { ... } Good: namespace WebKit { using namespace WebCore; ... }
<rdar://problem/116091205>