Changeset 273642 in webkit for trunk/Source/WebCore/css/CSSStyleDeclaration.cpp
- Timestamp:
- Feb 28, 2021, 6:26:00 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSStyleDeclaration.cpp
r273627 r273642 185 185 186 186 unsigned outputLength = bufferPtr - buffer; 187 #if PLATFORM(IOS_FAMILY)188 cssPropertyNameIOSAliasing(buffer, name, outputLength);189 #endif190 191 187 auto hashTableEntry = findProperty(name, outputLength); 192 188 if (!hashTableEntry)
Note:
See TracChangeset
for help on using the changeset viewer.