Changes in trunk/WebKit/win/WebError.cpp [35460:42767] in webkit
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebKit/win/WebError.cpp
r35460 r42767 137 137 138 138 *result = BString(m_error.localizedDescription()).release(); 139 140 if (!*result) { 141 if (int code = m_error.errorCode()) 142 *result = BString(wkCFNetworkErrorGetLocalizedDescription(code)).release(); 143 } 144 139 145 return S_OK; 140 146 }
Note:
See TracChangeset
for help on using the changeset viewer.